var characters: AsyncCharacterSequence<FileHandle.AsyncBytes>
The file bytes as an asynchronous sequence of characters.
ファイルバイト、文字いくつかからなるある非同期シーケンスとして。
struct AsyncCharacterSequence
An asychronous sequence of characters.
文字列いくつかからなるある非同期シーケンス。
struct AsyncUnicodeScalarSequence
An asychronous sequence of Unicode scalar values.
ユニコードスカラー値それらからなるある非同期シーケンス。
var lines: AsyncLineSequence<FileHandle.AsyncBytes>
The file bytes as an asynchronous sequence of lines of text.
ファイルバイト、テキストの行いくつかからなるある非同期シーケンスとして。
struct AsyncLineSequence
An asychronous sequence of lines of text.
テキスト行それらからなる非同期シーケンス。