https://issues.dlang.org/show_bug.cgi?id=19077
Szabo Bogdan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Szabo Bogdan <[email protected]> --- this is not a bug... it should be like this: auto range = dirEntries("files/", SpanMode.depth) .map!(a => a) --
