Closed piever closed 4 years ago
Now StructArrays (master, unreleased) passes the actual shape of the collected iterator to the initializer (to preserve it). This makes sure that the iterator is collected as a table backed by vectors (i.e. AbstractArray{T, 1}).
AbstractArray{T, 1}
Now StructArrays (master, unreleased) passes the actual shape of the collected iterator to the initializer (to preserve it). This makes sure that the iterator is collected as a table backed by vectors (i.e.
AbstractArray{T, 1}
).