Interface: Some<T>
Defined in: option/types.ts:4
Represents a value that exists.
Type Parameters
T
T
Properties
_tag
readonly_tag:"Some"
Defined in: option/types.ts:5
value
readonlyvalue:T
Defined in: option/types.ts:6
Defined in: option/types.ts:4
Represents a value that exists.
T
readonly_tag:"Some"
Defined in: option/types.ts:5
readonlyvalue:T
Defined in: option/types.ts:6