neverthrow
neverthrow copied to clipboard
returning ok() without any arguments?
There's probably some good reason this hasn't been implemented, but sometimes I just want to know if something fired properly, no need to return a value. It seems ok() has to take a value. Is it possible to make an implementation where its ok for ok() to take nothing and just be ok as it is?
This is solved in my PR #584
Please help by providing a review :)
This is now closed in #584