-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsfilesystemUnderlying file system and functions that use itUnderlying file system and functions that use it
Description
Seems kind of weird that readdir
just returns a Vector{String} instead of a lazy generator, since you can always go from the latter to the former. For reference, Python's pathlib.Path.iterdir
, the equivalent function, does return a generator.
StefanKarpinski, yurivish, nalimilan, davidanthoff and yakir12
Metadata
Metadata
Assignees
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. setsfilesystemUnderlying file system and functions that use itUnderlying file system and functions that use it