Macro polars_core::with_match_physical_numeric_type

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