Maybe
Defined in: Core/Maybe.ts:20
Maybe represents an optional value: every Maybe is either Some (contains a value) or None (empty). Use Maybe instead of null/undefined to make optionality explicit and composable.
Type Parameters
Section titled “Type Parameters”T