package base

  1. Overview
  2. Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.16.3.tar.gz
md5=04572fc23a4651604cfcab83f720cb4c
sha512=69380ed392faf4495459f97f70a10a6959fce71d2e6ba093472fc272141646307fd7872407de855dfa48ef0435f6587eae5aa50f4a67eac40a9e1946d0c3c070

doc/base/Base/Binary_searchable/index.html

Module Base.Binary_searchableSource

Sourcemodule type S = sig ... end
Sourcemodule type S1 = sig ... end
Sourcemodule type Indexable = sig ... end
Sourcemodule type Indexable1 = sig ... end
Sourcemodule Which_target_by_key : sig ... end
Sourcemodule Which_target_by_segment : sig ... end
Sourcetype nonrec ('t, 'elt) binary_search_segmented = ?pos:int -> ?len:int -> 't -> segment_of:('elt -> [ `Left | `Right ]) -> [ `Last_on_left | `First_on_right ] -> int option
Sourcemodule Make (T : Indexable) : S with type t := T.t with type elt := T.elt
Sourcemodule Make1 (T : Indexable1) : S1 with type 'a t := 'a T.t
OCaml

Innovation. Community. Security.