Macro snarkvm_utilities::cfg_chunks_mut
source · macro_rules! cfg_chunks_mut { ($e: expr, $size: expr) => { ... }; }
Expand description
Returns an iterator over chunk_size
elements of the slice at a time.
macro_rules! cfg_chunks_mut { ($e: expr, $size: expr) => { ... }; }
Returns an iterator over chunk_size
elements of the slice at a time.