
#####
toSet
#####

.. js:function:: wv.Util.toSet

   .. rst-class:: sig-pretty-signature
   
      | toSet(**xs**\ : T[]): *Set*
   
   Creates a Set from the provided array.
   
   **Parameters**
   
   
      **xs**\ : T[]
   
   
         Array to create a Set from
   
   
   
   **Returns**\ : *Set*
   




