Skip to main content

with_match_physical_integer_type

Macro with_match_physical_integer_type 

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