Module maomi::node

source ·
Expand description

Helper types for node trees.

Structs

  • A helper type for “if” and “match” node.
  • A helper type for control flow node such as “if” node and “for” node.
  • A general node type.
  • A slot list that can contain any number of slots.
  • A helper type for a node with child nodes.
  • A slot list that is always empty.
  • A slot list that always contains a single slot.

Enums

Traits

Type Definitions

Unions

  • An unsafe option as a union used to reduce some checking overhead.