This repository was archived by the owner on May 3, 2026. It is now read-only.
0.5.2
ADDED
Chunknow has aninsert_frommethod for inserting multiple values at an index in one go.Chunknow also has aninsert_orderedmethod for inserting values into a sorted chunk.SparseChunknow has the methodsoption_iter(),option_iter_mut()andoption_drain()with their corresponding iterators to iterate over a chunk as if it were an array ofOptions.Arbitraryimplementations for all data types have been added behind thearbitraryfeature flag.