Macrosยง
- exenum
- Convert an enum to an option:
- shed
- A break shed. This defines a stopping point for
breakin the enclosed code, as if you had wrapped it inloop {}. - superif
- Execute the second block where the first block breaks with the label, like the
first block is a giant
ifcondition. - ta_
return - Type-assert return type: explicitly communicate the
Okreturn type for the block to the compiler via unreachable code.