select

Function select 

Source
pub fn select(
    g: impl Into<ElemNode>,
    a: impl Into<ElemNode>,
    b: impl Into<ElemNode>,
) -> Node
Expand description

Linear select helper. Expects 3 children: gate, a, and b.