私はセクション struct words {
var sectionName : String!
var coptic : [String]!
var english : [String]!
}
var array = [words]()
var filtered = [words]()
array = [words(sectionName: "", c
私はVS 2013でCプログラムを作成しています。私はintの完全な2D行列から特定のサブ配列をデバッグしたいと思います。たとえば、デバッガのウォッチウィンドウを使用して、私は、同じよう Mat // this shows the full NxM Mat matrix values
Mat[i][j] // this shows value of cell (i, j)
Mat[i] /