package tablecloth-native

  1. Overview
  2. Docs
type t
type value
val fromList : value list -> t
val from_list : value list -> t
val member : value:value -> t -> bool
val diff : t -> t -> t
val isEmpty : t -> bool
val is_empty : t -> bool
val toList : t -> value list
val to_list : t -> value list
val ofList : value list -> t
val of_list : value list -> t
val add : t -> value -> t
val union : t -> t -> t
val empty : t
OCaml

Innovation. Community. Security.