Sylvain

Results 1 issues of Sylvain

Hello! Current implementation of `Dictionary::extend(&mut self, other: &Dictionary)` seems to: - create a new empty dict `new_dict` - iterate over all key/values from `other` to properly insert them in `self`...