Module array
Available on crate feature
rayon
only.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§
- Into
Iter - Parallel iterator that moves out of an array.