nxt.optional

Undocumented in source.

Members

Functions

none
None none()
Undocumented in source. Be warned that the author may not have intended to support it.
none
Optional!T none()
Undocumented in source. Be warned that the author may not have intended to support it.
optional
Optional!T optional(T value)

Instantiate an Optional value.

some
Optional!T some(T value)
Undocumented in source.

Structs

Optional
struct Optional(T)

Optional T.

Meta