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
NeoSmart.Collections 1.1.0
* Add strong name signing
* Add ResizableArray.AsSpan()
* Make ResizableArray.Array a `ref` parameter to prevent copies on
access
* Seal classes
* Add distinct `SortedList`/`UniqueSortedList` `BinarySearch()` method
* Improve inline documentation for all classes
* Use `TryGetNonEnumeratedCount()` under .NET 6 when initializing from
an `IEnumerable<T>` instance
NeoSmart.Collections v0.1.1
* Added overloads for the `DynamicArray<T>` constructor to initialize
from existing data (from both indexable and non-indexable collections)
* Renamed `DynamicArray<T>.Inner` to `DynamicArray.Array` to make its
purpose clearer
NeoSmart.Collections v0.1
Initial release on GitHub and NuGet, including the following classes:
* `NeoSmart.Collections.SortedList<T>`
* `NeoSmart.Collections.UniqueSortedList<T>`
* `NeoSmart.Collections.ResizableArray<T>`