Discussion 解説
The default subsequence type for collections that don’t define their own is Slice
.
Note 注意
This documentation comment was inherited from Collection
.
この文書化コメントは、Collection
から引き継がれました。
Availability
Technology
typealias SubSequence = LazyMapCollection
<Base.SubSequence
, Element>
Base
conforms to Collection
.
Base
がCollection
に準拠する時に利用可能です。
The default subsequence type for collections that don’t define their own is Slice
.
Note 注意
This documentation comment was inherited from Collection
.
この文書化コメントは、Collection
から引き継がれました。