Skip to content

1.1.1

Choose a tag to compare

@rameel rameel released this 10 Jul 23:02
· 72 commits to main since this release
986fbae

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.