int sortedLastIndexBy(List list, dynamic value, dynamic iteratee) => _sortedIndex(list, value, iteratee: iteratee, operation: gte);