SizedIter¶
- class guppylang.std.iter.SizedIter[source]¶
A wrapper around an iterator type L promising that the iterator will yield exactly n values.
Annotating an iterator with an incorrect size is undefined behaviour.
A wrapper around an iterator type L promising that the iterator will yield exactly n values.
Annotating an iterator with an incorrect size is undefined behaviour.