package async_rpc_kernel
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type key = t
type ('a, 'b) hashtbl = ('a, 'b) Core_kernel.Hashtbl.t
val sexp_of_t :
('b -> Ppx_sexp_conv_lib.Sexp.t) ->
'b t ->
Ppx_sexp_conv_lib.Sexp.t
type ('a, 'b) t_ = 'b t
type 'a key_ = key
val hashable : key Base.Hashable.t
val invariant : ('a -> unit) -> 'a t -> unit
val create :
('a key_, 'b, unit -> ('a, 'b) t_)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val of_alist :
('a key_,
'b,
('a key_ * 'b) list ->
[ `Duplicate_key of 'a key_ | `Ok of ('a, 'b) t_ ])
Core_kernel.Hashtbl_intf.create_options_without_hashable
val of_alist_report_all_dups :
('a key_,
'b,
('a key_ * 'b) list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'b) t_ ])
Core_kernel.Hashtbl_intf.create_options_without_hashable
val of_alist_or_error :
('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_ Base.Or_error.t)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val of_alist_exn :
('a key_, 'b, ('a key_ * 'b) list -> ('a, 'b) t_)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val of_alist_multi :
('a key_, 'b list, ('a key_ * 'b) list -> ('a, 'b list) t_)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val create_mapped :
('a key_,
'b,
get_key:('r -> 'a key_) ->
get_data:('r -> 'b) ->
'r list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'b) t_ ])
Core_kernel.Hashtbl_intf.create_options_without_hashable
val create_with_key :
('a key_,
'r,
get_key:('r -> 'a key_) ->
'r list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a, 'r) t_ ])
Core_kernel.Hashtbl_intf.create_options_without_hashable
val create_with_key_or_error :
('a key_,
'r,
get_key:('r -> 'a key_) ->
'r list ->
('a, 'r) t_ Base.Or_error.t)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val create_with_key_exn :
('a key_, 'r, get_key:('r -> 'a key_) -> 'r list -> ('a, 'r) t_)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val group :
('a key_,
'b,
get_key:('r -> 'a key_) ->
get_data:('r -> 'b) ->
combine:('b -> 'b -> 'b) ->
'r list ->
('a, 'b) t_)
Core_kernel.Hashtbl_intf.create_options_without_hashable
val sexp_of_key : ('a, 'b) t_ -> 'a key_ -> Base.Sexp.t
val clear : ('a, 'b) t_ -> unit
val iter : ('a, 'b) t_ -> f:('b -> unit) -> unit
val exists : ('a, 'b) t_ -> f:('b -> bool) -> bool
val for_all : ('a, 'b) t_ -> f:('b -> bool) -> bool
val count : ('a, 'b) t_ -> f:('b -> bool) -> int
val length : ('a, 'b) t_ -> int
val is_empty : ('a, 'b) t_ -> bool
val merge_into :
src:('k, 'a) t_ ->
dst:('k, 'b) t_ ->
f:(key:'k key_ -> 'a -> 'b option -> 'b merge_into_action) ->
unit
val data : ('a, 'b) t_ -> 'b list
val filter_inplace : ('a, 'b) t_ -> f:('b -> bool) -> unit
val map_inplace : ('a, 'b) t_ -> f:('b -> 'b) -> unit
val filter_map_inplace : ('a, 'b) t_ -> f:('b -> 'b option) -> unit
val validate :
name:('a key_ -> string) ->
'b Base.Validate.check ->
('a, 'b) t_ Base.Validate.check
module Provide_of_sexp (Key : sig ... end) : sig ... end
module Provide_bin_io (Key : sig ... end) : sig ... end
val t_of_sexp :
(Ppx_sexp_conv_lib.Sexp.t -> 'v_x__002_) ->
Ppx_sexp_conv_lib.Sexp.t ->
'v_x__002_ t
val bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.t
val bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1
val bin_write_t : ('a, 'a t) Bin_prot.Write.writer1
val bin_read_t : ('a, 'a t) Bin_prot.Read.reader1
val __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1
val bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writer
val bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.reader
val bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>