You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
So far I've seen it's only possible to define default values on the structs, but there's no possibility in other types. One option would be to add an optional default value to the maybe function, so if a value is not defined or is null, the default is returned.
The text was updated successfully, but these errors were encountered:
So far I've seen it's only possible to define default values on the
struct
s, but there's no possibility in other types. One option would be to add an optional default value to themaybe
function, so if a value is not defined or isnull
, the default is returned.The text was updated successfully, but these errors were encountered: