I think that's what is needed, no? ~If so, let me know, and I'll add a test~ including tests, and a small perf improvement:
ok_or() evaluated the arg and results (on ok) to just create an Arc, increment it, then decrement it and then drop it. Real minor, but ...
Fixes #65
I think that's what is needed, no? ~If so, let me know, and I'll add a test~ including tests, and a small perf improvement:
ok_or()
evaluated the arg and results (on ok) to just create an Arc, increment it, then decrement it and then drop it. Real minor, but ...