package vecosek-engine

  1. Overview
  2. Docs
module S : sig ... end
val remove_all_for_event : ('a, 'b) Hashtbl.t -> event:'c -> unit
val fold_for_event : ('a, S.t ref) Hashtbl.t -> event:'b -> init:'c -> f:('d -> S.elt -> 'e) -> 'f
val all : ('a, S.t ref) Hashtbl.t -> S.elt list