ark_std

Module iterable

Source
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§