pub fn transposer<const DIM: usize>(
    i: Valid<Array<S<INPUT_BITS>, DIM>>
) -> Valid<Array<S<INPUT_BITS>, DIM>>
Expand description

Transposer.