Extension (Protocol)swift-nio 2.74.0all tags
Sequence (ext)
You’re viewing third-party extensions to Sequence
, a protocol from the Swift standard library.
You can also read the documentation forSequence
itself.
extension Sequence
Extension in _NIOFileSystem
Instance members
func write(toFileAt: FilePath, absoluteOffset: Int64, options: OpenOptions.Write
) async throws -> Int64 Writes the contents of the
Sequence
to a file.func write(toFileAt: FilePath, absoluteOffset: Int64, options: OpenOptions.Write, fileSystem: some FileSystemProtocol
) async throws -> Int64 Writes the contents of the
Sequence
to a file.