mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
BoundsCheckedArray.init is public.
This commit is contained in:
parent
55a54be79f
commit
9c98bc187a
@ -1,5 +1,5 @@
|
||||
public struct BoundsCheckedArray<Element>: CollectionType {
|
||||
init(array: [Element]) {
|
||||
public init(array: [Element]) {
|
||||
self.array = array
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user