Discussion 解説
To inherit all the default implementations from the Option
protocol, the Element
type must be Self
, the default.
Option
プロトコル由来のすべての省略時実装を継承するには、Element
型はSelf
、初期状態、でなければなりません。
Availability
Technology
associatedtype Element = Self
To inherit all the default implementations from the Option
protocol, the Element
type must be Self
, the default.
Option
プロトコル由来のすべての省略時実装を継承するには、Element
型はSelf
、初期状態、でなければなりません。