Module utils

Source

Modules§

stream

Structs§

ExactSize
A iterator that is tagged with a known size. This is useful when we are able to pre-compute the size of the iterator but the iterator implementation isn’t able to itself. A common example is when using flatten().

Traits§

LanceIteratorExtension