Refactor DictEntry.reap_value for new out
syntax
#3884
Labels
enhancement
New feature or request
mojo
Issues that are related to mojo
mojo-repo
Tag all issues with this label
Review Mojo's priorities
What is your request?
Shouldn‘t DictEntry.reap_value be refactored?
From
fn reap_value(owned self) -> V as out:
to
fn reap_value(owned self, out result: V):
https://github.com/modularml/mojo/blob/c05884d66f25db0d5c29b3b7ca8248d6a306f6f5/stdlib/src/collections/dict.mojo#L247
What is your motivation for this change?
Conformance to new
out
syntax as described in #3623Any other details?
No response
The text was updated successfully, but these errors were encountered: