bisect top-level constant

int Function<E>(List<E> a, E x, {Comparator<E>? compare, int? hi, ToKey<E, Object>? key, int lo = 0}) const bisect

Same as bisect_right.

Implementation

const bisect = bisect_right;