Add a way to get a key reference from the iterator #1127
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
I may be missing something but I think when I am iterating over all keys in an object I have no way to access they key without actually copying them:
If my keys are large strings, I'd like to avoid copying them for perf reasons.
The text was updated successfully, but these errors were encountered: