Skip to content

Releases: rameel/ramstack.structures

1.2.0

11 Jul 18:50
3839884
Compare
Choose a tag to compare

Add Trim overload methods to StringView class

1.1.1

10 Jul 23:02
986fbae
Compare
Choose a tag to compare

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

09 Jul 18:46
3cad21e
Compare
Choose a tag to compare

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

30 Jun 13:05
Compare
Choose a tag to compare

Initial release of Ramstack.Structures