pub fn round_up_to_chunks_groups(
ranges: ChunkRanges,
chunk_size: BlockSize,
) -> ChunkRangesExpand description
Given a range set of chunk ranges, round up to chunk groups of the given size.
pub fn round_up_to_chunks_groups(
ranges: ChunkRanges,
chunk_size: BlockSize,
) -> ChunkRangesGiven a range set of chunk ranges, round up to chunk groups of the given size.