Type Alias

URLSession.AsyncBytes.Element

The type of element produced by this asynchronous sequence.

Declaration 宣言

typealias URLSession.AsyncBytes.Element = UInt8

Discussion 議論

The sequence produces UInt8 elements.