datatypes

Macro with_match_primitive_type_id

Source
macro_rules! with_match_primitive_type_id {
    ($key_type:expr, | $_:tt $T:ident | $body:tt, $nbody:tt) => { ... };
}
Expand description

Match the logical type and apply $body to all primitive types and nbody to other types.