HalfMove constructor

HalfMove(
  1. String square,
  2. Option<Piece> piece
)

Implementation

HalfMove(this.square, this.piece);