
##########
setToArray
##########

.. js:function:: wv.Util.setToArray

   .. rst-class:: sig-pretty-signature
   
      | setToArray(**set**\ : *Set*\ ): T[]
   
   Turns a Set<T> into an Array<T>.
   
   **Parameters**
   
   
      **set**\ : *Set*
   
   
         The set to convert.
   
   
   
   **Returns**\ : T[]
   
   
      The resulting array.
   
   




