---
title: Collection Implementations
framework: swift
role: collectionGroup
role_heading: API Collection
path: swift/substring/unicodescalarview/collection-implementations
---

# Collection Implementations

## Topics

### Instance Properties

- [count](swift/substring/unicodescalarview/count.md)
- [endIndex](swift/substring/unicodescalarview/endindex.md)
- [first](swift/substring/unicodescalarview/first.md)
- [indices](swift/substring/unicodescalarview/indices-swift.property.md)
- [isEmpty](swift/substring/unicodescalarview/isempty.md)
- [startIndex](swift/substring/unicodescalarview/startindex.md)
- [underestimatedCount](swift/substring/unicodescalarview/underestimatedcount.md)

### Instance Methods

- [distance(from:to:)](swift/substring/unicodescalarview/distance(from:to:).md)
- [drop(while:)](swift/substring/unicodescalarview/drop(while:).md)
- [dropFirst(_:)](swift/substring/unicodescalarview/dropfirst(_:).md)
- [firstIndex(of:)](swift/substring/unicodescalarview/firstindex(of:).md)
- [firstIndex(where:)](swift/substring/unicodescalarview/firstindex(where:).md)
- [formIndex(_:offsetBy:)](swift/substring/unicodescalarview/formindex(_:offsetby:).md)
- [formIndex(_:offsetBy:limitedBy:)](swift/substring/unicodescalarview/formindex(_:offsetby:limitedby:).md)
- [formIndex(after:)](swift/substring/unicodescalarview/formindex(after:).md)
- [index(_:offsetBy:)](swift/substring/unicodescalarview/index(_:offsetby:).md)
- [index(_:offsetBy:limitedBy:)](swift/substring/unicodescalarview/index(_:offsetby:limitedby:).md)
- [index(after:)](swift/substring/unicodescalarview/index(after:).md)
- [index(of:)](swift/substring/unicodescalarview/index(of:).md)
- [indices(of:)](swift/substring/unicodescalarview/indices(of:).md)
- [indices(where:)](swift/substring/unicodescalarview/indices(where:).md)
- [makeIterator()](swift/substring/unicodescalarview/makeiterator().md)
- [map(_:)](swift/substring/unicodescalarview/map(_:)-3wgri.md)
- [popFirst()](swift/substring/unicodescalarview/popfirst().md)
- [prefix(_:)](swift/substring/unicodescalarview/prefix(_:).md)
- [prefix(through:)](swift/substring/unicodescalarview/prefix(through:).md)
- [prefix(upTo:)](swift/substring/unicodescalarview/prefix(upto:).md)
- [prefix(while:)](swift/substring/unicodescalarview/prefix(while:).md)
- [randomElement()](swift/substring/unicodescalarview/randomelement().md)
- [randomElement(using:)](swift/substring/unicodescalarview/randomelement(using:).md)
- [removeFirst()](swift/substring/unicodescalarview/removefirst()-2wary.md)
- [removeFirst(_:)](swift/substring/unicodescalarview/removefirst(_:)-2iv78.md)
- [removingSubranges(_:)](swift/substring/unicodescalarview/removingsubranges(_:).md)
- [split(maxSplits:omittingEmptySubsequences:whereSeparator:)](swift/substring/unicodescalarview/split(maxsplits:omittingemptysubsequences:whereseparator:).md)
- [split(separator:maxSplits:omittingEmptySubsequences:)](swift/substring/unicodescalarview/split(separator:maxsplits:omittingemptysubsequences:).md)
- [suffix(from:)](swift/substring/unicodescalarview/suffix(from:).md)

### Subscripts

- [subscript(_:)](swift/substring/unicodescalarview/subscript(_:)-57h51.md)
- [subscript(_:)](swift/substring/unicodescalarview/subscript(_:)-7ylky.md)
- [subscript(_:)](swift/substring/unicodescalarview/subscript(_:)-9p7x7.md)
- [subscript(_:)](swift/substring/unicodescalarview/subscript(_:)-ua5x.md)
- [subscript(_:)](swift/substring/unicodescalarview/subscript(_:)-zsz3.md)

### Type Aliases

- [Substring.UnicodeScalarView.Index](swift/substring/unicodescalarview/index.md)
- [Substring.UnicodeScalarView.Indices](swift/substring/unicodescalarview/indices-swift.typealias.md)
- [Substring.UnicodeScalarView.Iterator](swift/substring/unicodescalarview/iterator.md)
- [Substring.UnicodeScalarView.SubSequence](swift/substring/unicodescalarview/subsequence.md)
