Enforcing Maybe<T> values
BREAKING:
When calling match
it is now enforced that a value is passed that can be null.
Typescript will throw an error if a values Type does not allow it to be null.
BREAKING:
When calling match
it is now enforced that a value is passed that can be null.
Typescript will throw an error if a values Type does not allow it to be null.