Releases: rameel/ramstack.structures
Releases · rameel/ramstack.structures
1.3.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Add TryGetStringView and TryGetArrayView extensions to MemoryMarshal
Simplify (optimize) bounds checks in Slice methods
Full Changelog : 1.3.0...1.3.1
1.3.0
Compare
Sorry, something went wrong.
No results found
What's Changed
Added MemoryMarshal extensions for unsafe/unchecked StringView/ArrayView creation
Remove unnecessary inlining hints
Polish xml-comments
Full Changelog : 1.2.5...1.3.0
1.2.5
Compare
Sorry, something went wrong.
No results found
What's Changed
Add support for IAlternateEqualityComparer
Add params keyword to StringView.Trim methods for ReadOnlySpan<char>
1.2.4
Compare
Sorry, something went wrong.
No results found
What's Changed
Improve StringView enumerator performance
Optimize ReadOnlyArray<T>.ToList method for .NET 9
1.2.3
Compare
Sorry, something went wrong.
No results found
What's Changed
This patch downgrades System.Collections.Immutable package for .NET 6.0 target to resolve NUGET warning NU1605
1.2.2
Compare
Sorry, something went wrong.
No results found
What's Changed
Optimize ArrayView.Create method for empty collection expression
1.2.1
Compare
Sorry, something went wrong.
No results found
rameel
released this
18 Mar 02:28
What's Changed
Add List to ArrayView extension for NET9.0+
1.2.0
Compare
Sorry, something went wrong.
No results found
rameel
released this
11 Jul 18:50
Add Trim overload methods to StringView class
1.1.1
Compare
Sorry, something went wrong.
No results found
rameel
released this
10 Jul 23:02
Fix an issue where some methods in ArrayView<T> incorrectly returned a mutable reference
Update the indexer to return ref readonly T instead of ref T.
Update the GetPinnableReference method to return ref readonly T.
1.1.0
Compare
Sorry, something went wrong.
No results found
rameel
released this
09 Jul 18:46
Enhancements:
Added IsDefaultOrEmpty property to ReadOnlyArray<T> class.
Introduced Empty<T>() method to ReadOnlyArray class.
Implemented AsView extension methods for the ImmutableArray<T> class.