macro_rules! unary_with_outputs {
($name:ident => $handler:ident) => { ... };
}Expand description
This macro will generate the implementations for simple unary operations, operations that take one input and can produce any number of outputs.
macro_rules! unary_with_outputs {
($name:ident => $handler:ident) => { ... };
}This macro will generate the implementations for simple unary operations, operations that take one input and can produce any number of outputs.