Position typedef

Position = List<List<Piece?>>

Definition of type representing a position on board.

Implementation

typedef Position = List<List<Piece?>>;