import { sortedLastIndex } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/array.js";
This method is like _.sortedIndex
except that it returns the highest
index at which value
should be inserted into array
in order to
maintain its sort order.