It would be nice to be able to grab an entire `struct`s from a `StructArray` at some given index. The current alternative is to index into every struct field array explicitly, which is of course rather lengthy to write for large structs.