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

Add alteration methods to IArray #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2023

  1. Add alteration methods to IArray

    Includes IArray::make_mut, which works similar to Rc::make_mut, as well
    as insertion and removal methods, all of which copy-on-write the array.
    ColonelThirtyTwo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4f60dc0 View commit details
    Browse the repository at this point in the history