ChildSequenceIterator

struct ChildSequenceIterator : IteratorProtocol

The type of iterator used byt Path.ChildSequence. Don’t interact with this type directly. See Path.ChildSequence for more information.

  • Advances to the next filesytem item and returns it, or nil if no next item exists.

    Declaration

    Swift

    public mutating func next() -> Path?

    Return Value

    The path of next item.