Skip to content

Commit 73237e9

Browse files
committed
A few more comments.
1 parent 34573d4 commit 73237e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/Algorithms/LazySplitSequence.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ extension LazySplitSequence {
3333
internal let isSeparator: (Base.Element) -> Bool
3434
internal let maxSplits: Int
3535
internal let omittingEmptySubsequences: Bool
36+
37+
/// The number of separators found and used to make a split.
3638
internal var separatorCount = 0
39+
40+
/// The number of subsequences returned.
3741
internal var sequenceLength = 0
3842

3943
internal init(

0 commit comments

Comments
 (0)