pub fn compress<T: Element, D: Dimension>( data: ArrayView<'_, T, D>, config: &Config<'_>, ) -> Vec<u8> ⓘ