setSubtraction
-
Util.setSubtraction() - setSubtraction(setA: Set, setB: Set): Set
Returns a new set consisting of all elements in
setAnot found insetB.Parameters
setA: Set
The starting set to start subtracting from.setB: Set
The set used to reject values fromsetA.Returns: Set
The resulting set.