class webpack.SortableSet extends Setnew SortableSet(values?): voidvalues<readonly T[]>|<null>- Returns:
<SortableSet><<T>>
new SortableSet(iterable?): SortableSetAttributes
iterable:
<Iterable>Returns:
<SortableSet><
<T>
>getFromCache(fn): RAttributes
fn:
<Function>Returns:
{R}
Get data from cache
getFromUnorderedCache(fn): RAttributes
fn:
<Function>Returns:
{R}
Get data from cache (ignoring sorting)
M
sort
sort(): SortableSetReturns:
<SortableSet><
<T>
>sortWith(sortFn?): voidAttributes
sortFn:
<SortFunction><
<T>
>Returns:
<void>Sort with a comparer function
toJSON(): T[]Returns:
{T[]}
Returns the raw array.
a{T}b{T}- Returns:
<number>