mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Matrix.values is private.
This commit is contained in:
parent
e4689b9102
commit
bdabcc5c24
@ -20,7 +20,7 @@ struct Matrix<A> {
|
||||
let width: Int
|
||||
let height: Int
|
||||
|
||||
let values: [Memo<A>]
|
||||
private let values: [Memo<A>]
|
||||
|
||||
subscript (i: Int, j: Int) -> Memo<A>? {
|
||||
guard i < width && j < height else { return nil }
|
||||
|
Loading…
Reference in New Issue
Block a user