macro_rules! wire {
( move | $($input:ident),* | $($t:tt)* ) => { ... };
}Expand description
Wires multiple input signals to an output signal using the given function.
macro_rules! wire {
( move | $($input:ident),* | $($t:tt)* ) => { ... };
}Wires multiple input signals to an output signal using the given function.