Expand description

Control flow primitives (if, else, switch)

This module contains implementations of generic conditional commands, as well as a mechanism for adding new conditional commands outside of this module. See the Condition trait for information on adding new commands.

Structs

  • A component for keeping track of conditional branches as they are expanded.

Traits

  • Logical condition used to build if conditional commands.

Functions