Gcode. Option
(gcode v1.0.2)
Copy Markdown
A helper which represents an optional type.
Summary
Functions
Create or match a none
Is the value a none?
Create or match a some
Is the value a some?
Attempt to unwrap an option. Raises an error if the option is a none
Types
Functions
@spec none() :: Macro.t()
Create or match a none
Is the value a none?
Create or match a some
Is the value a some?
Attempt to unwrap an option. Raises an error if the option is a none