init(wrapping:)
Creates a DirectoryEntries
sequence by wrapping an AsyncSequence
of batches of directory entries.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
@preconcurrency init<S>(wrapping sequence: S) where S : Sendable, S : AsyncSequence, S.Element == [DirectoryEntry]