OrderedDictionary updateValue
autoclosure for insertion index
#312
Labels
enhancement
New feature or request
updateValue
autoclosure for insertion index
#312
I'm using the following OrderedDictionary function:
The defaultValue is an autoclosure, which is great, but it would be helpful if the index was also an autoclosure to prevent a possibly expensive index calculation if the key already exists.
The text was updated successfully, but these errors were encountered: