mte/unikernel/duniverse/ocaml-re/lib/hash_set.mli

9 lines
149 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
type t
val create : unit -> t
val is_empty : t -> bool
val add : t -> int -> unit
val mem : t -> int -> bool
val clear : t -> unit
val pp : t Fmt.t