We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b0eb4 commit 9b17bf0Copy full SHA for 9b17bf0
Sources/IndexedCollection/IndexedCollection.swift
@@ -8,7 +8,7 @@ public struct IndexedCollection<Base: RandomAccessCollection>: RandomAccessColle
8
let base: Base
9
10
@inlinable
11
- init(_ base: Base) {
+ public init(_ base: Base) {
12
self.base = base
13
self.indices = base.indices
14
}
0 commit comments