Skip to main content

Module peek

Module peek 

Source

Structs§

PeekResult
Result of a peek evaluation — check a small sample before full scan.

Functions§

lazy_collect
Lazy evaluation wrapper that avoids full collection when limit is known.
peek_eval
Peek at the first N items from an iterator, checking if a limit is satisfied.