var characters: AsyncCharacterSequence<Self>
The contents of this sequence, as an asychronous sequence of characters.
このシーケンスの内容、文字それらからなる非同期シーケンスとして。
Available when
Element
is UInt8
.
Element
がUInt8
である時に利用可能です。
struct AsyncCharacterSequence
An asychronous sequence of characters.
文字列いくつかからなるある非同期シーケンス。
var unicodeScalars : AsyncUnicodeScalarSequence<Self>
The contents of this sequence, as an asychronous sequence of Unicode scalar values.
このシーケンスの内容、ユニコードスカラー値それらからなる非同期シーケンスとして。
Available when
Element
is UInt8
.
Element
がUInt8
である時に利用可能です。
struct AsyncUnicodeScalarSequence
An asychronous sequence of Unicode scalar values.
ユニコードスカラー値それらからなるある非同期シーケンス。
struct AsyncLineSequence
An asychronous sequence of lines of text.
テキスト行それらからなる非同期シーケンス。