package ppx_deriving
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Type-driven code generation for OCaml >=4.02.2
Install
dune-project
Dependency
Authors
Maintainers
Sources
v4.4.tar.gz
sha256=c2d85af4cb65a1f163f624590fb0395a164bbfd0d05082092526b669e66bcc34
doc/ppx_deriving.runtime/Ppx_deriving_runtime/MoreLabels/Hashtbl/index.html
Module MoreLabels.Hashtbl
type ('a, 'b) t = ('a, 'b) Hashtbl.tval create : ?random:bool -> int -> ('a, 'b) tval clear : ('a, 'b) t -> unitval reset : ('a, 'b) t -> unitval add : ('a, 'b) t -> key:'a -> data:'b -> unitval find : ('a, 'b) t -> 'a -> 'bval find_opt : ('a, 'b) t -> 'a -> 'b optionval find_all : ('a, 'b) t -> 'a -> 'b listval mem : ('a, 'b) t -> 'a -> boolval remove : ('a, 'b) t -> 'a -> unitval replace : ('a, 'b) t -> key:'a -> data:'b -> unitval iter : f:(key:'a -> data:'b -> unit) -> ('a, 'b) t -> unitval filter_map_inplace :
f:(key:'a -> data:'b -> 'b option) ->
('a, 'b) t ->
unitval fold : f:(key:'a -> data:'b -> 'c -> 'c) -> ('a, 'b) t -> init:'c -> 'cval length : ('a, 'b) t -> inttype statistics = Hashtbl.statisticsval stats : ('a, 'b) t -> statisticsmodule type HashedType = Hashtbl.HashedTypemodule type SeededHashedType = Hashtbl.SeededHashedTypemodule type S = sig ... endmodule type SeededS = sig ... endmodule Make
(H : HashedType) :
S with type key = H.t and type 'a t = 'a Hashtbl.Make(H).tmodule MakeSeeded
(H : SeededHashedType) :
SeededS with type key = H.t and type 'a t = 'a Hashtbl.MakeSeeded(H).t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>