JuliaArrays / StructArrays.jl

Efficient implementation of struct arrays in Julia
https://juliaarrays.github.io/StructArrays.jl/
Other
327 stars 42 forks source link

Missing Base.keepat! for StructVector #302

Closed jecs closed 8 months ago

jecs commented 9 months ago

Hi, I noticed that Base.keepat! is missing for StructVector, so I went ahead and added it in Pull Request #301. It checks for the version number and so only includes it for versions >= 1.7.0.