
##############
setSubtraction
##############

.. js:function:: wv.Util.setSubtraction

   .. rst-class:: sig-pretty-signature
   
      | setSubtraction(**setA**\ : *Set*\ , **setB**\ : *Set*\ ): *Set*
   
   Returns a new set consisting of all elements in ``setA`` not found in ``setB``\ .
   
   **Parameters**
   
   
      **setA**\ : *Set*
   
   
         The starting set to start subtracting from.
   
   
      **setB**\ : *Set*
   
   
         The set used to reject values from ``setA``\ .
   
   
   
   **Returns**\ : *Set*
   
   
      The resulting set.
   
   




