-
-
Notifications
You must be signed in to change notification settings - Fork 12
More methods to OnceCell #77
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
get_or_try_initget_mutget_mut_or_initget_mut_or_try_initsettry_inserttakeYou can refer to:
Also, it's possible to add a
LazyCellprimitive that has a pre-configured initializer (closure).