Generic Instance Method 総称体インスタンスメソッド

replaceSubrange(_:with:)

No overview available.

Declaration 宣言

mutating func replaceSubrange<C>(_ subRange: Range<Slice<Base>.Index>, with newElements: C) where C : Collection, Base.Element == C.Element
Available when Base conforms to BidirectionalCollection and RangeReplaceableCollection. BaseBidirectionalCollectionRangeReplaceableCollectionに準拠する時に利用可能です。