var characters: AsyncCharacterSequence<URLSession.AsyncBytes>
The bytes loaded by the session, as an asychronous sequence of characters.
struct AsyncCharacterSequence
An asychronous sequence of characters.
文字列いくつかからなるある非同期シーケンス。
var unicodeScalars : AsyncUnicodeScalarSequence<URLSession.AsyncBytes>
The bytes loaded by the session, as an asychronous sequence of Unicode scalar values.
struct AsyncUnicodeScalarSequence
An asychronous sequence of Unicode scalar values.
ユニコードスカラー値それらからなるある非同期シーケンス。
var lines: AsyncLineSequence<URLSession.AsyncBytes>
The bytes loaded by the session, as an asychronous sequence of lines of text.
struct AsyncLineSequence
An asychronous sequence of lines of text.
テキスト行それらからなる非同期シーケンス。