Skip to content

Option

Option<T> = Some<T> | None

Defined in: logic/option.ts:21

Option type representing a value that may or may not be present.

Type Parameters

T

T

The type of the value if it is present