
#######
copySet
#######

.. js:function:: wv.Util.copySet

   .. rst-class:: sig-pretty-signature
   
      | copySet(**input**\ : *Set*\ ): *Set*
   
   Performs a shallow copy of a Set.
   
   **Parameters**
   
   
      **input**\ : *Set*
   
   
         The Map to be copied
   
   
   
   **Returns**\ : *Set*
   




