package core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.2.tar.gz
md5=6f07bb82d51d695ac4e76c8ac7f55902
sha512=c3c401fded188f74cf7ce6b1b07e7bc59fe18441eec602d174bfd48db13370fda986dd9f66d4ff9c26254ea2b381e7c51b366df9d2dfbf66fda281b4def3166a
doc/core/Core/Int/Table/index.html
Module Int.TableSource
include Hashtbl_intf.S
with type ('a, 'b) hashtbl = ('a, 'b) Hashtbl.t
with type key = int
include Hashtbl_intf.S_plain
with type ('a, 'b) hashtbl = ('a, 'b) Hashtbl.t
with type key = int
include Base.Invariant.S1 with type 'b t := 'b t
include Hashtbl_intf.Creators
with type ('a, 'b) t := ('a, 'b) t_
with type 'a key := 'a key_
with type ('key, 'data, 'z) create_options :=
('key, 'data, 'z) Hashtbl_intf.create_options_without_hashable
Source
val of_alist_or_error :
('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_ Base.Or_error.t)
Hashtbl_intf.create_options_without_hashableSource
val of_alist_exn :
('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_)
Hashtbl_intf.create_options_without_hashableSource
val of_alist_multi :
('a key_, 'b list, ('a key_ * 'b) list -> ('a, 'b list) t_)
Hashtbl_intf.create_options_without_hashableSource
val create_mapped :
('a key_,
'b,
get_key:('r -> 'a key_) ->
get_data:('r -> 'b) ->
'r list ->
[ `Ok of ('a, 'b) t_ | `Duplicate_keys of 'a key_ list ])
Hashtbl_intf.create_options_without_hashable create_mapped get_key get_data [x1,...,xn]
= of_alist [get_key x1, get_data x1; ...; get_key xn, get_data xn] Source
val create_with_key :
('a key_,
'r,
get_key:('r -> 'a key_) ->
'r list ->
[ `Ok of ('a, 'r) t_ | `Duplicate_keys of 'a key_ list ])
Hashtbl_intf.create_options_without_hashable create_with_key ~get_key [x1,...,xn]
= of_alist [get_key x1, x1; ...; get_key xn, xn] Source
val create_with_key_or_error :
('a key_,
'r,
get_key:('r -> 'a key_) ->
'r list ->
('a, 'r) t_ Base.Or_error.t)
Hashtbl_intf.create_options_without_hashableSource
val create_with_key_exn :
('a key_, 'r, get_key:('r -> 'a key_) -> 'r list -> ('a, 'r) t_)
Hashtbl_intf.create_options_without_hashableSource
val group :
('a key_,
'b,
get_key:('r -> 'a key_) ->
get_data:('r -> 'b) ->
combine:('b -> 'b -> 'b) ->
'r list ->
('a, 'b) t_)
Hashtbl_intf.create_options_without_hashableinclude sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>