Create a new MaybeValue.
The operation that returns values.
The type of the returned value.
(optional) Immediate arguments for the op. Defaults to None.
(optional) Stack arguments for the op. Defaults to None.
Check if the value exists.
1 if the value exists, otherwise 0.
Get the value.
the value will be returned if it exists. Otherwise, the zero value for this type will be returned (i.e. either 0 or an empty byte string, depending on the type).
Generated using TypeDoc
Represents a get operation returning a value that may not exist.