module SetString:SetExt.Swith type elt = String.t
Set for String.
include Set.S
val add_list : t -> elt list -> tExtends a set with a list.
val of_list : elt list -> tConvert a list to a set.
val to_list : t -> elt listShortcut for Set.elements.