package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module extends the Base.Binary_searchable module.

include module type of struct include Base.Binary_searchable end
module type S = Base.Binary_searchable.S
module type S1 = Base.Binary_searchable.S1
module type Indexable = Base.Binary_searchable.Indexable
module type Indexable1 = Base.Binary_searchable.Indexable1
module Which_target_by_key = Base.Binary_searchable.Which_target_by_key
module Which_target_by_segment = Base.Binary_searchable.Which_target_by_segment
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 type S1_permissions = sig ... end