MCPcopy Create free account
hub / github.com/ImageOptim/libimagequant / par_chunks_mut

Method par_chunks_mut

src/rayoff.rs:48–50  ·  view source on GitHub ↗
(&mut self, chunk_size: usize)

Source from the content-addressed store, hash-verified

46impl<'a, T> FakeRayonIntoIter<T> for &'a mut [T] {
47 #[inline(always)]
48 fn par_chunks_mut(&mut self, chunk_size: usize) -> ChunksMut<T> {
49 self.chunks_mut(chunk_size)
50 }
51}
52
53impl<'a, T> FakeRayonIntoIter<T> for Box<[T]> {

Callers 1

iterationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected