Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsafeArray Tests #39

Merged
merged 2 commits into from
Oct 27, 2023
Merged

UnsafeArray Tests #39

merged 2 commits into from
Oct 27, 2023

Commits on Oct 26, 2023

  1. Added some tests covering UnsafeArray:

     - Removed some `[Pure]` attributes (meaningless on `void` method)
     - Removed some `readonly` modifiers on methods (meaningless on methods inside a `readonly` struct)
     - Replaced `Fill` implementation with `Span.Fill` which should be faster
     - Fixed resize (previously it could only ever grow, never shrink)
    martindevans committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2dc5f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b6dba View commit details
    Browse the repository at this point in the history