[][src]Macro defile::expr

macro_rules! expr {
    (
    $($input:tt)*
) => { ... };
}

Macro to be used to expand to an expression.