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 f65f130 commit 5527e1dCopy full SHA for 5527e1d
Sources/Algorithms/Cycle.swift
@@ -61,7 +61,8 @@ extension Cycle: LazySequenceProtocol where Base: LazySequenceProtocol {}
61
/// finite number of times.
62
public struct FiniteCycle<Base: Collection> {
63
/// A Product2 instance for iterating the Base collection.
64
- public let product: Product2<Range<Int>, Base>
+ @usableFromInline
65
+ internal let product: Product2<Range<Int>, Base>
66
67
@inlinable
68
internal init(base: Base, times: Int) {
0 commit comments