insertSorted

open fun insertSorted(item: <Error class: unknown class>, compareFunc: <Error class: unknown class>): <Error class: unknown class>

Inserts @item into @store at a position to be determined by the

Return

the position at which @item was inserted

Since

2.44

Parameters

item

the new item

compareFunc

pairwise comparison function for sorting