Module rayon::array

source ·
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.

Structs

Parallel iterator that moves out of an array.