Macro polars_arrow::match_integer_type

source ยท
macro_rules! match_integer_type {
    (
    $key_type:expr, | $_:tt $T:ident | $($body:tt)*
) => { ... };
}