Macro discrete_transform

Source
macro_rules! discrete_transform {
    ($transform: ident, $input: ident, $direction: ident) => { ... };
}