Expand description
A base library for interfacing with streams of vectors and matrices.
This library presents the abstraction layer for the streaming model. Essentially, it provides a set of handy utilities as a wrapper around iterators.
Structs§
- Reverse
 - Stream that goes over an 
[ExactSizeIterator]in reverse order. 
Traits§
- Iterable
 - The trait 
Iterablerepresents a streamable object that can produce an arbitrary number of streams of lengthIterable::len.