Archive.listChildrenLazy

LazyChildrenRange listChildrenLazy(string path) @safe

Returns a lazy input range over the direct children of the given path.

This variant streams entries one-by-one and avoids storing the full listing up-front. Suitable for large directories.

Throws

DarException may be thrown lazily during iteration when accessing the

underlying catalog. The method asserts that the archive is valid.