fn next(self: *Walker) !?WalkerEntry
[src]
After each call to this function, and on deinit(), the memory returned from this function becomes invalid. A copy must be made in order to keep a reference to the path.
fn next(self: *Walker) !?WalkerEntry
After each call to this function, and on deinit(), the memory returned from this function becomes invalid. A copy must be made in order to keep a reference to the path.