Stdune.Filename_setLike Path.Set.t but tailored for representing sets of file names in the same parent directory. Compared to Path.Set.t, Filename_set.t statically enforces an important invariant, and can also be processed more efficiently.
val filenames : t -> String.Set.tThe set of file names, all relative to dir.
val is_empty : t -> boolval create :
?filter:(basename:string -> bool) ->
dir:Path.t ->
String.Set.t ->
t