pub trait MultiIterMode: Sealed { }
👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Expand description

A combinator type that represents the mode of an iterator.

Implementations on Foreign Types

Implementors