Module Core_kernel.Binary_searchable

This module extends the Base.Binary_searchable module.

include module type of struct include Base.Binary_searchable end
module type S = Base__Binary_searchable_intf.S
module type S1 = Base__Binary_searchable_intf.S1
module type Indexable = Base__Binary_searchable_intf.Indexable
module type Indexable1 = Base__Binary_searchable_intf.Indexable1
type nonrec ('t, 'elt) binary_search_segmented = ?⁠pos:int -> ?⁠len:int -> 't -> segment_of:('elt -> [ `Left | `Right ]) -> [ `Last_on_left | `First_on_right ] -> int option
module Make : functor (T : Indexable) -> S with type t := T.t with type elt := T.elt
module Make1 : functor (T : Indexable1) -> S1 with type 'a t := 'a T.t
module type S1_permissions = Core_kernel__Binary_searchable_intf.S1_permissions