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.
ユニコードスカラー値それらからなるある非同期シーケンス。
var lines: AsyncLineSequence<Self>
The contents of this sequence, as an asychronous sequence of lines of text.
このシーケンスの内容、テキスト行それらからなるある非同期シーケンスとして。
Available when
Element
is UInt8
.
Element
がUInt8
である時に利用可能です。
struct AsyncLineSequence
An asychronous sequence of lines of text.
テキスト行それらからなる非同期シーケンス。