Pacote
Preparing search index...
@pacote/option
Option
Type Alias Option<T>
Option
:
None
|
Some
<
T
>
Option<T>
type, which is a union of
None
and
Some<T>
.
Type Parameters
T
Wrapped value type.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Pacote
Loading...
Option<T>
type, which is a union ofNone
andSome<T>
.