For the complete documentation index, see llms.txt.
aztec-nr - std::option

Module option

Structs

  • Represents a value of type T or its absence. Use Option::some(value) to construct a value or Option::none() to record the absence of one.