Type Alias

URL.AsyncBytes.Element

The type of element produced by this asynchronous sequence.

Declaration 宣言

typealias URL.AsyncBytes.Element = UInt8

Discussion 議論

The sequence produces UInt8 elements.