An implementation of the Rust Option type in JavaScript. It can be one of the following:
Some
None
Generated using TypeDoc
An implementation of the Rust Option type in JavaScript. It can be one of the following:
Some
: Meaning there is a value of type T.None
: Meaning there is no value.