Option to add default value for dictionaries
Closed this issue · 1 comments
Lxrd-AJ commented
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
episage commented
@Lxrd-AJ Thanks to @michaelneu contribution it DefaultDictionary
is now available.