Skip to main content

pipe

Macro pipe 

Source
macro_rules! pipe {
    ($init:tt $(=>$fn:ident)+) => { ... };
}