Expand description

Parallel iterator types for arrays ([T; N])

You will rarely need to interact with this module directly unless you need to name one of the iterator types.

Everything in this module requires const generics, stabilized in Rust 1.51.

Structs

Parallel iterator that moves out of an array.