Macro ark_std::cfg_chunks

source ·
macro_rules! cfg_chunks {
    ($e: expr, $size: expr) => { ... };
}
Expand description

Returns an iterator over chunk_size elements of the slice at a time.