Vl-maybe-scopeitem
Option type; vl-scopeitem or nil.
This is an option type introduced by fty::defoption.
Note that defoption is just a wrapper for fty::defflexsum, so there are :none and :some member
types, a case macro, and so forth.
Member Types
- :none → vl-maybe-scopeitem-none
- Represents that no vl-maybe-scopeitem is available, i.e., Nothing or None.
- :some → vl-maybe-scopeitem-some
- An available vl-maybe-scopeitem, i.e., Just val or Some val.
Subtopics
- Vl-maybe-scopeitem-fix
- Fixing function for vl-maybe-scopeitem structures.
- Vl-maybe-scopeitem-equiv
- Basic equivalence relation for vl-maybe-scopeitem structures.
- Vl-maybe-scopeitem-case
- Case macro for the different kinds of vl-maybe-scopeitem structures.
- Vl-maybe-scopeitem-some
- An available vl-maybe-scopeitem, i.e., Just val or Some val.
- Vl-maybe-scopeitem-none
- Represents that no vl-maybe-scopeitem is available, i.e., Nothing or None.
- Vl-maybe-scopeitem-p
- Recognizer for vl-maybe-scopeitem structures.