move_stdlib_sdk

Module option

Source
Expand description

This module defines the Option type and its methods to represent and handle an optional value.

Structsยง

  • Abstraction of a value that may or may not be present. Implemented with a vector of size zero or one because Move bytecode does not have ADTs.