Flat indexing array of simd methods

I think the example might be confusing: You don't wont to inspect single numbers, but iterate through all of the, right?
This could be done with a iterator-iterator ;-). Maybe this already exists (in Apple Developer Documentation), but it wouldn't be hard to roll your own (unless you really want to have the fastest code possible ;-)

For single item access, I guess there's nothing better than Apple Developer Documentation