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
Are Either's (and other types) factory constructors planned to be const? (e.g. Either.left, Either.right)
Similar to the current Option.of and Option.none constructors.
The text was updated successfully, but these errors were encountered:
Hello 👋
Are
Either
's (and other types) factory constructors planned to be const? (e.g.Either.left
,Either.right
)Similar to the current
Option.of
andOption.none
constructors.The text was updated successfully, but these errors were encountered: