basarat/typescript-collections

Option to add default value for dictionaries

Closed this issue · 1 comments

Just like in python https://docs.python.org/2/library/collections.html#collections.defaultdict , probs there could be an option to add default values to dictionaries to avoid checking for undefined if value not present

@Lxrd-AJ Thanks to @michaelneu contribution it DefaultDictionary is now available.