Type Alias

ReversedCollection.Elements

A Sequence that can contain the same elements as this one, possibly with a simpler type. このものと同じ要素を、できる限りより簡単な型で、含むSequence

Declaration 宣言

typealias Elements = ReversedCollection<Base>
Available when Base conforms to LazySequenceProtocol. BaseLazySequenceProtocolに準拠する場合に利用可能です。

Discussion 解説

  • See also: elements 参照:elements