Generic Subscript

subscript(_:)

No overview available.

Declaration 宣言

subscript<R>(r: R) -> Slice<Base> where R : RangeExpression, Base.Index == R.Bound { get set }
Available when Base conforms to MutableCollection. BaseMutableCollectionに準拠する時に利用可能です。