Skip to main content

unpack

Function unpack 

Source
pub fn unpack<T: Packable>(
    input: &[T],
    width: usize,
    output: &mut [T],
) -> Result<()>
Expand description

Unpacks into row order. The inverse of pack, and see its note about who should call it.

ยงErrors

As unpack_transposed.