logo
macro_rules! index {
    () => { ... };
    (
      $Name : ident as $Alias : ident,
      $( , $( $Rest : tt )* )?
    ) => { ... };
    (
      $Name : ident
      $( , $( $Rest : tt )* )?
    ) => { ... };
}
Expand description

Index of items.