set_remove
set_remove(from, to_be_removed)
Remove all elements of B from A. This operation mutates A
Kind: global function
Param | Type |
---|---|
from | Set.<T> |
to_be_removed | Set.<T> |
Remove all elements of B from A. This operation mutates A
Kind: global function
Param | Type |
---|---|
from | Set.<T> |
to_be_removed | Set.<T> |