FunctionssetToArrayOn this pageFunction: setToArray() function setToArray<T>(set): T[]; Converts a set to an array. If the set is a collection wrapper it will return the backed array. Type Parameters Type ParameterT Parameters ParameterTypeDescriptionsetSet<T> | ObservableSet<T>- Returns T[]