Releases: rameel/ramstack.structures
Releases · rameel/ramstack.structures
1.2.0
Add Trim
overload methods to StringView
class
1.1.1
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
Enhancements:
- Added
IsDefaultOrEmpty
property to ReadOnlyArray<T>
class.
- Introduced
Empty<T>()
method to ReadOnlyArray
class.
- Implemented
AsView
extension methods for the ImmutableArray<T>
class.
1.0.0
Initial release of Ramstack.Structures