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 get_or_default for OnceCell #269

Closed
wants to merge 1 commit into from

Conversation

loongs-zhang
Copy link

No description provided.

@matklad
Copy link
Owner

matklad commented Dec 24, 2024

I’d rather not add it, as this adds nothing of essence on top of self.get_or_init(T::default) and instead creates ambiguity. A method with this name could also be implemented as get().unwrap_or_default()

@matklad matklad closed this Dec 24, 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.

2 participants