macro_rules! type_of {
    ( $s:expr; $( $t:ident ), * ) => { ... };
}
Expand description

Determine the type of an expression in cases where the value and type enums are named in perfect sync.