Type alias Matrix

Matrix: {
    array: number[][];
    candidates: string[];
}

Type declaration

  • array: number[][]
  • candidates: string[]

Generated using TypeDoc