File constructor

const File(
  1. int value
)

Gets the chessboard File from a file index between 0 and 7.

Implementation

const File(this.value) : assert(value >= 0 && value < 8);