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.
base
UniquePermutations
1 parent abc5559 commit 78dd4b5Copy full SHA for 78dd4b5
Sources/Algorithms/Permutations.swift
@@ -398,7 +398,8 @@ extension Collection {
398
/// `uniquePermutations` methods on your collection.
399
public struct UniquePermutations<Base: Collection> {
400
/// The base collection to iterate over for permutations.
401
- public let base: Base
+ @usableFromInline
402
+ internal let base: Base
403
404
@usableFromInline
405
internal var indexes: [Base.Index]
0 commit comments