Closed YuukanOO closed 11 months ago
Add a function monad.TryGet() (T, bool) to ease the process of checking and getting an optional value and refactor things out.
monad.TryGet() (T, bool)
:tada: This issue has been resolved in version 1.2.0 :tada:
The release is available on:
v1.2.0
Your semantic-release bot :package::rocket:
Add a function
monad.TryGet() (T, bool)
to ease the process of checking and getting an optional value and refactor things out.