Skip to main content

with_match_physical_numeric_type

Macro with_match_physical_numeric_type 

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