Macro uni_builder

Source
macro_rules! uni_builder {
    ($self:ident, $Expr: ident, $start: ident,[$($properties: ident),+]) => { ... };
}