var characters: AsyncCharacterSequence<URL.AsyncBytes>
The bytes loaded from the resource, as an asychronous sequence of characters.
var unicodeScalars : AsyncUnicodeScalarSequence<URL.AsyncBytes>
The bytes loaded from the resource, as an asychronous sequence of Unicode scalar values.
var lines: AsyncLineSequence<URL.AsyncBytes>
The bytes loaded from the resource, as an asychronous sequence of lines of text.