pub fn compress(data: impl IntoWideIter) -> Vec<u16>
Compress a string into a Vec<u16>.
Vec<u16>
The resulting Vec may contain invalid UTF16.
Vec