1.1.1
Fix an issue where some methods in ArrayView<T> incorrectly returned a mutable reference
- Update the indexer to return
ref readonly Tinstead ofref T. - Update the
GetPinnableReferencemethod to returnref readonly T.
Fix an issue where some methods in ArrayView<T> incorrectly returned a mutable reference
ref readonly T instead of ref T.GetPinnableReference method to return ref readonly T.