package core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.15.1.tar.gz
sha256=6f7bbdda1d97f2f542a45331f062127dd5264d6ed73ece7b2c6b330785dfc991
doc/core/Core/Map/Make_binable/index.html
Module Map.Make_binableSource
Parameters
module Key : Key_binableSignature
include Map_intf.S with module Key := Key
include Map_intf.S_plain with module Key := Key
include Map_intf.Creators_and_accessors1
with type 'a t := 'a t
with type 'a tree :=
(Key.t, 'a, Key.comparator_witness) Base.Map.Using_comparator.Tree.t
with type key := Key.t
with type comparator_witness := Key.comparator_witness
include Map_intf.Creators1
with type 'a t := 'a t
with type 'a tree :=
(Key.t, 'a, Key.comparator_witness) Base.Map.Using_comparator.Tree.t
with type key := Key.t
with type comparator_witness := Key.comparator_witness
include Base.Map.Creators1
with type 'a t := 'a t
with type 'a tree :=
(Key.t, 'a, Key.comparator_witness) Base.Map.Using_comparator.Tree.t
with type key := Key.t
with type comparator_witness := Key.comparator_witness
Source
val quickcheck_generator :
Key.t Quickcheck.Generator.t ->
'a Quickcheck.Generator.t ->
'a t Quickcheck.Generator.tinclude Map_intf.Accessors1
with type 'a t := 'a t
with type 'a tree :=
(Key.t, 'a, Key.comparator_witness) Base.Map.Using_comparator.Tree.t
with type key := Key.t
with type comparator_witness := Key.comparator_witness
include Base.Map.Accessors1
with type 'a t := 'a t
with type 'a tree :=
(Key.t, 'a, Key.comparator_witness) Base.Map.Using_comparator.Tree.t
with type key := Key.t
with type comparator_witness := Key.comparator_witness
Source
val iteri_until :
'a t ->
f:(key:Key.t -> data:'a -> Base.Map.Continue_or_stop.t) ->
Base.Map.Finished_or_unfinished.tSource
val fold_until :
'a t ->
init:'acc ->
f:
(key:Key.t ->
data:'a ->
'acc ->
('acc, 'final) Base.Container.Continue_or_stop.t) ->
finish:('acc -> 'final) ->
'finalSource
val symmetric_diff :
'a t ->
'a t ->
data_equal:('a -> 'a -> bool) ->
(Key.t * [ `Left of 'a | `Right of 'a | `Unequal of 'a * 'a ])
Base.Sequence.tSource
val subrange :
'a t ->
lower_bound:Key.t Base.Maybe_bound.t ->
upper_bound:Key.t Base.Maybe_bound.t ->
'a tSource
val binary_search :
'a t ->
compare:(key:Key.t -> data:'a -> 'key -> int) ->
Base.Binary_searchable.Which_target_by_key.t ->
'key ->
(Key.t * 'a) optionSource
val binary_search_segmented :
'a t ->
segment_of:(key:Key.t -> data:'a -> [ `Left | `Right ]) ->
Base.Binary_searchable.Which_target_by_segment.t ->
(Key.t * 'a) optionSource
val binary_search_subrange :
'a t ->
compare:(key:Key.t -> data:'a -> 'bound -> int) ->
lower_bound:'bound Base.Maybe_bound.t ->
upper_bound:'bound Base.Maybe_bound.t ->
'a tSource
val validatei :
name:(Key.t -> Base.String.t) ->
(Key.t * 'a) Validate.check ->
'a t Validate.checkSource
val quickcheck_observer :
Key.t Quickcheck.Observer.t ->
'v Quickcheck.Observer.t ->
'v t Quickcheck.Observer.tSource
val quickcheck_shrinker :
Key.t Quickcheck.Shrinker.t ->
'v Quickcheck.Shrinker.t ->
'v t Quickcheck.Shrinker.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page