Instance Property インスタンスプロパティ

elements

A sequence containing the same elements as this one, possibly with a simpler type. このものと同じ要素を、できる限りより簡単な型で、含むシーケンス。

Declaration 宣言

var elements: Self.Elements { get }

Discussion 解説

When implementing lazy operations, wrapping elements instead of self can prevent result types from growing an extra LazySequence layer. For example, 遅延に演算を実装するとき、elementsselfの代わりにラップすることは、結果の型を余分のLazySequenceレイヤが増大することを防ぎます。例えば、

prext example needed

Note: this property need not be implemented by conforming types, it has a default implementation in a protocol extension that just returns self. 注意:このプロパティは準拠する型で実装される必要はありません、それはプロトコル拡張において初期実装、単にselfを返すものを持ちます。

Default Implementations 省略時実装

LazySequenceProtocol Implementations