We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b996bec commit fe880c6Copy full SHA for fe880c6
Sources/FoundationExtensions/AsyncSequence.swift
@@ -5,7 +5,7 @@ public extension AsyncSequence {
5
/// - Parameters:
6
/// - terminator: A subsequence to look for, that will terminate collection. Should not be empty.
7
/// - stripTerminator: Whether to include the terminator in the returned collection.
8
- /// - Returns: A collection of zero or more elements
+ /// - Returns: A collection of zero or more elements.
9
func collect<C: RangeReplaceableCollection>(
10
upTo terminator: some Collection<Element>,
11
stripTerminator: Bool = true
0 commit comments