Closed mathroc closed 7 years ago
at least I think, otherwise assert(Some($x)->isSome()) could failt
assert(Some($x)->isSome())
Some(null)->isSome() will fail, but Some(null)->isNone() is OK. I am glad you ask because I was undecided regarding this particular edge case.
Some(null)->isSome()
Some(null)->isNone()
@mathroc Please, can you review #13?
at least I think, otherwise
assert(Some($x)->isSome())
could failt