Macro tpml

Source
macro_rules! tpml {
    ($name:ident, $inner_ty:ty, $capacity:expr) => { ... };
}