strojure/vectops

Consider using subvec to remove first element in `remove-at`

serioga opened this issue · 0 comments

subvec is fast way to remove first element but it returns not editable collection which is slower in further manipulations.