exr
1.73.0
In exr::
compression::
rle
Constants
MAX_RUN_LENGTH
MIN_RUN_LENGTH
Functions
compress_bytes
decompress_bytes
take_1
take_n
exr
::
compression
::
rle
Function
take_n
Copy item path
Settings
Help
Summary
Source
fn take_n<'s>(slice: &mut &'s [
u8
], n:
usize
) ->
Result
<&'s [
u8
]>