File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
_overviews/collections-2.13 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Immutable maps support in addition operations to add and remove mappings by retu
5151| ** Additions and Updates:** | |
5252| ` ms.updated(k, v) ` <br >or ` ms + (k -> v) ` | The map containing all mappings of ` ms ` as well as the mapping ` k -> v ` from key ` k ` to value ` v ` .|
5353| ** Removals:** | |
54- | ` ms.remove (k) ` <br >or ` ms - k ` | The map containing all mappings of ` ms ` except for any mapping of key ` k ` .|
55- | ` ms.removeAll (ks) ` <br >or ` ms -- ks ` | The map containing all mappings of ` ms ` except for any mapping with a key in ` ks ` .|
54+ | ` ms.removed (k) ` <br >or ` ms - k ` | The map containing all mappings of ` ms ` except for any mapping of key ` k ` .|
55+ | ` ms.removedAll (ks) ` <br >or ` ms -- ks ` | The map containing all mappings of ` ms ` except for any mapping with a key in ` ks ` .|
5656
5757Mutable maps support in addition the operations summarized in the following table.
5858
You can’t perform that action at this time.
0 commit comments