Expand description
Per-element numeric traits. Generic CPU kernels are written over these, then
the storage enums dispatch to the concrete f32/f64/i32/… instantiation.
This is the CPU analogue of luma-core’s NumDType/FloatDType/IntDType,
trimmed to exactly what the kernels need.