Macro convert_array

Source
macro_rules! convert_array {
    ($arr:expr, $type:ty) => { ... };
}
Expand description

Convenience macro for converting a raw numeric array to a generic array.