macro_rules! new_hconsed {
    (
        $(
            $(#[$meta:meta])*
            $ty:ident for $inner:ty ;
        )*
    ) => { ... };
}
Expand description

Creates a hash-cons container for a type.