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 remove method, if key exists, delete and return elements #77

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

Conversation

yinbaoqiang
Copy link

Add remove method, if key exists, delete and return elements

@@ -1149,7 +1149,25 @@ func TestDelete(t *testing.T) {
t.Error("x is not nil:", x)
}
}
func TestREmove(t *testing.T) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@aapolkovsky
Copy link

aapolkovsky commented Apr 7, 2018

@yinbaoqiang Maybe the name "Extract" or "DeleteAndReturn" will be more meaningful?

Repository owner deleted a comment from pablodz Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants