---
title: RangeReplaceableCollection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/contiguousarray/rangereplaceablecollection-implementations
---

# RangeReplaceableCollection Implementations

## Topics

### Operators

- [+(_:_:)](swift/contiguousarray/+(_:_:)-1rz1t.md)
- [+(_:_:)](swift/contiguousarray/+(_:_:)-3ntif.md)
- [+(_:_:)](swift/contiguousarray/+(_:_:)-5igl.md)
- [+=(_:_:)](swift/contiguousarray/+=(_:_:).md)

### Initializers

- [init()](swift/contiguousarray/init().md)
- [init(_:)](swift/contiguousarray/init(_:)-19zub.md)
- [init(repeating:count:)](swift/contiguousarray/init(repeating:count:).md)
- [init(repeating:count:)](swift/contiguousarray/init(repeating:count:)-47x84.md)

### Instance Methods

- [append(_:)](swift/contiguousarray/append(_:).md)
- [append(_:)](swift/contiguousarray/append(_:)-4na3g.md)
- [append(contentsOf:)](swift/contiguousarray/append(contentsof:).md)
- [append(contentsOf:)](swift/contiguousarray/append(contentsof:)-66qjk.md)
- [applying(_:)](swift/contiguousarray/applying(_:).md)
- [filter(_:)](swift/contiguousarray/filter(_:)-1km0c.md)
- [insert(_:at:)](swift/contiguousarray/insert(_:at:)-81ye7.md)
- [insert(contentsOf:at:)](swift/contiguousarray/insert(contentsof:at:).md)
- [popLast()](swift/contiguousarray/poplast().md)
- [remove(at:)](swift/contiguousarray/remove(at:)-6yx8z.md)
- [removeAll(keepingCapacity:)](swift/contiguousarray/removeall(keepingcapacity:).md)
- [removeAll(keepingCapacity:)](swift/contiguousarray/removeall(keepingcapacity:)-2onkd.md)
- [removeAll(where:)](swift/contiguousarray/removeall(where:)-3or72.md)
- [removeAll(where:)](swift/contiguousarray/removeall(where:)-44y75.md)
- [removeFirst()](swift/contiguousarray/removefirst().md)
- [removeFirst(_:)](swift/contiguousarray/removefirst(_:).md)
- [removeLast()](swift/contiguousarray/removelast().md)
- [removeLast(_:)](swift/contiguousarray/removelast(_:).md)
- [removeSubrange(_:)](swift/contiguousarray/removesubrange(_:)-3k98x.md)
- [removeSubrange(_:)](swift/contiguousarray/removesubrange(_:)-8cd5m.md)
- [removeSubranges(_:)](swift/contiguousarray/removesubranges(_:)-147en.md)
- [replaceSubrange(_:with:)](swift/contiguousarray/replacesubrange(_:with:).md)
- [replaceSubrange(_:with:)](swift/contiguousarray/replacesubrange(_:with:)-4iomk.md)
- [replaceSubrange(_:with:)](swift/contiguousarray/replacesubrange(_:with:)-95xhb.md)
- [reserveCapacity(_:)](swift/contiguousarray/reservecapacity(_:)-4601w.md)
