Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 346 Bytes

File metadata and controls

9 lines (6 loc) · 346 Bytes

mutable-array

Mutable arrays similar to linear-base with efficient (but unsafe) splits and joins. They are unsafe because they allow an array to be split into multiple slices and join assumes (but doesn't verify) that the slices being joined are backed by the same array.