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 extract(key) and extract(it) API #105

Merged
merged 4 commits into from
Dec 24, 2023
Merged

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    fd2f577 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Add extract(key) and extract(it) API.

    Similar to erase(), but the return value is the erased element, moved out.
    This has practically the same performance behavior as erase(), except
    for 2 additional moves. (once into a temporary variable), and then out.
    martinus committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f03bba4 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    150a27e View commit details
    Browse the repository at this point in the history
  2. bump version to 4.4.0

    martinus committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b4f2874 View commit details
    Browse the repository at this point in the history