pub fn chunk_range(
chunk_idx: usize,
offset: usize,
array_len: usize,
) -> Range<usize>Expand description
Computes the index range for a chunk, accounting for slice offset.
ยงArguments
chunk_idx- Index of the chunkoffset- Offset from slicearray_len- Length of the sliced array