vortex_dtype

Macro match_each_float_ptype

Source
macro_rules! match_each_float_ptype {
    ($self:expr, | $_:tt $enc:ident | $($body:tt)*) => { ... };
}
Expand description

Macro to match over each floating point type, binding the corresponding native type (from NativePType)