Module itertools::misc
[−]
[src]
A module of helper traits and iterators that are not intended to be used directly.
Structs
FlatTuples |
A helper iterator that maps an iterator of tuples like
|
Traits
AppendTuple |
A helper trait for (x, y, z) ++ w => (x, y, z, w),
used for implementing |
GenericRange |
|
IntoIteratorTuple |
Apply |
MendSlice |
A trait for items that can maybe be joined together. |
Slice |
A helper trait to let |
ToFloat |
Helper trait to convert usize to floating point type. |