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 hashmap method get_or #31

Open
sam701 opened this issue Dec 14, 2020 · 0 comments
Open

Add hashmap method get_or #31

sam701 opened this issue Dec 14, 2020 · 0 comments
Labels

Comments

@sam701
Copy link
Owner

sam701 commented Dec 14, 2020

{}.get_or("a", "abc") == "abc" and
{a:"aa"}.get_or("a", "abc") == "aa"
@sam701 sam701 added the good first issue Good for newcomers label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant