macro_rules! convert_array {
($arr:expr, $type:ty) => { ... };
}
Expand description
Convenience macro for converting a raw numeric array to a generic array.
macro_rules! convert_array {
($arr:expr, $type:ty) => { ... };
}
Convenience macro for converting a raw numeric array to a generic array.