package tablecloth-native

  1. Overview
  2. Docs
type value = string
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 union : t -> t -> t
val remove : value:value -> t -> t
val add : value:value -> t -> t
val set : value:value -> t -> t
val has : value:value -> t -> bool
val empty : t
val pp : Stdlib.Format.formatter -> t -> unit