MultiplexerNode.inputs

At least two inputs, one of which will be forwarded as output.

Represented as a sparse mapping to avoid having an exponential number of unused input edges.

struct MultiplexerNode
@nogc nothrow @property ref inout pure
inout(UnsafeHashMap!(ulong, OutEdge))
inputs
()