getKingSquare

internal fun getKingSquare(color: PieceColor): Square?

Returns the Square occupied by the king of the given PieceColor, or null if not found.