mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Adds two new functions, Util.lowerBound and Util.insertSorted, that take an array, a value and a comparator, and find the first position at which the value can be inserted without violating the order, in optimal time. https://bugzilla.gnome.org/show_bug.cgi?id=666429 |
||
|---|---|---|
| .. | ||
| format.js | ||
| insertSorted.js | ||
| jsParse.js | ||
| markup.js | ||
| url.js | ||