You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if we could add support for Base.emptymutable in StructArrays? For arrays it behaves like similar but with guarantee that you can push!, etc to the output (while similar outputs must support setindex! but not necessarily resizing), and is used internally in various algorithms (and occassionally in the package ecosystem, e.g. xref JuliaData/SplitApplyCombine.jl#54).
The text was updated successfully, but these errors were encountered:
I wonder if we could add support for
Base.emptymutable
in StructArrays? For arrays it behaves likesimilar
but with guarantee that you canpush!
, etc to the output (whilesimilar
outputs must supportsetindex!
but not necessarily resizing), and is used internally in various algorithms (and occassionally in the package ecosystem, e.g. xref JuliaData/SplitApplyCombine.jl#54).The text was updated successfully, but these errors were encountered: