Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 759 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 759 Bytes

StructArrays

CI codecov.io

This package defines an array type, StructArray, which acts like an array of struct elements but which internally is stored as a list of arrays, typically one per field of the struct. See the documentation for details.