Some
@ts-rust/std / Option / Some
Type Alias: Some<T>
type Some<T> = Optional<T> & object;
Defined in: packages/std/src/option/interface.ts:11
Represents an Option containing a value of type T
.
Type declaration
Name | Type | Defined in |
---|---|---|
|
| |
|
|
Type Parameters
Type Parameter |
---|
|