Expand description
Iterator utilities.
Structs§
- Differences
- Converts a sequence of values into a sequence of differents.
- Rand
Subsample - Iterator over exactly
num_samples
random sub-samples from a fixed-length iterator. - Sized
Chain Chain
wrapper that implementsExactSizeIterator
.- Split
Chunks ByLength - Iterator that splits a sequence into chunks based on an iterator of chunk lengths.
Enums§
- Partial
MaxError - Reason that the maximum does not exist.
Traits§
- ArgMax
By - The index of a maximal element in a collection, according to a comparison function.
- Partial
Max - Maximum of a collection of items where the maximum might not exist.