Macro swc_allocator::Type

source ยท
macro_rules! Type {
    (Box<$($tt:tt)*>) => { ... };
    (Vec<$($tt:tt)*>) => { ... };
    ($t:ty) => { ... };
}
Expand description

Usage: swc_allocator::Type!(Vec<T>) or swc_allocator::Type!(Box<T>).