python (3.12.0)
ˑe_
j d Z d dddZd dddZd dddZd dddZ ddl eZeZy# e$ r Y w xY w)
zBisection algorithms. Nkeyc v |t | ||| }nt | || ||| }| j || y)a7 Insert item x in list a, and keep it sorted assuming a is sorted.
If x is already in a, insert it to the right of the rightmost x.
Optional args lo (default 0) and hi (default len(a)) bound the
slice of a to be searched.
A custom key function can be supplied to customize the sort order.
Nr )bisect_rightinsertaxlohir s :/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/bisect.pyinsort_rightr s<