Macro converts

Source
macro_rules! converts {
    ($ArrayType:ty, $ArrowType:ty) => { ... };
    ($ArrayType:ty, $ArrowType:ty, @map) => { ... };
}
Expand description

Implement bi-directional From between concrete array types.