Closed jonas-schievink closed 7 years ago
It would be nice if I could return Options from my callbacks, basically "push this value if it exists, otherwise push nil". Result already supports this, so this seems like a logical addition.
Option
nil
Result
It would be nice if I could return
Option
s from my callbacks, basically "push this value if it exists, otherwise pushnil
".Result
already supports this, so this seems like a logical addition.