Macro smallvec_wrapper

Source
macro_rules! smallvec_wrapper {
    (
    $(#[$meta:meta])*
    $vis:vis $name:ident $(<$($generic:tt),+>)? ([$inner:ty; $inlined: expr]);
  ) => { ... };
}
Expand description

Wraps a SmallVec with a newtype.