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

194 use of nested continue will not compile #195

Merged
merged 3 commits into from
Apr 20, 2024

Conversation

mrodz
Copy link
Owner

@mrodz mrodz commented Apr 20, 2024

Add new primitive member functions:

  • vec.clear() - will clear the contents of a vector
  • map.clear() - will clear the contents of a map
  • map.remove(K) -> V? - will remove the entry at key K if it exists and return the value V if present

Added unit test for this LeetCode problem

Fix #194

@mrodz mrodz linked an issue Apr 20, 2024 that may be closed by this pull request
5 tasks
@mrodz mrodz merged commit 1aba9d7 into master Apr 20, 2024
1 check passed
@mrodz mrodz deleted the 194-use-of-nested-continue-will-not-compile branch April 20, 2024 01:53
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.

Use of nested continue will not compile
1 participant