except
container except(container1, container2)
Returns a copy of container1 without the element/keys present in container2.
Parameters
- container1 — first container, either array or dictionary.
- container2 — second container of the same type as the first.
Returns
- a copy of container1 without the elements/keys present in container2.