Function miden_core::utils::range

source ·
pub const fn range(start: usize, len: usize) -> Range<usize>
Expand description

Returns a Range initialized with the specified start and with end set to start + len.