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
Stream that goes over an
[ExactSizeIterator]
in reverse order.Traits
The trait
Iterable
represents a streamable object that can produce
an arbitrary number of streams of length Iterable::len
.