ConditionalNode.options

At least two outgoing control flow edges, only one of which will be taken.

Represented as a sparse mapping to avoid storing an exponential number of unused options.

struct ConditionalNode
@nogc nothrow @property ref inout pure
inout(UnsafeHashMap!(ulong, OutEdge))
options
()