No overview available.
SDK
- Xcode 9.3+
Framework
- Swift Standard Library
Declaration
subscript<R>(r: R) -> Self.SubSequence where R : Range Expression, Self.Index == R.Bound { get set }
No overview available.
SDK
Framework
subscript<R>(r: R) -> Self.SubSequence where R : Range Expression, Self.Index == R.Bound { get set }
subscript(Range<Self .Index>) -> Slice<Self>
Accesses a contiguous subrange of the collection’s elements.