Sequence Implementations
Topics
Structures
Instance Properties
Instance Methods
allSatisfy(_:)compactMap(_:)contains(_:)contains(where:)count(where:)drop(while:)dropFirst(_:)dropLast(_:)elementsEqual(_:)elementsEqual(_:by:)enumerated()filter(_:)first(where:)flatMap(_:)flatMap(_:)forEach(_:)joined()joined(separator:)joined(separator:)lexicographicallyPrecedes(_:)lexicographicallyPrecedes(_:by:)makeIterator()map(_:)max()max(by:)min()min(by:)prefix(_:)prefix(while:)reduce(_:_:)reduce(into:_:)reversed()shuffled()shuffled(using:)sorted()sorted(by:)split(maxSplits:omittingEmptySubsequences:whereSeparator:)split(separator:maxSplits:omittingEmptySubsequences:)starts(with:)starts(with:by:)suffix(_:)withContiguousStorageIfAvailable(_:)