Skip to main content

unpack_with

Function unpack_with 

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

As unpack, through a buffer the caller keeps rather than one allocated per call.

ยงErrors

As unpack_transposed.