board_map

Types

pub type BoardMap =
  map.Map(Position, Option(Piece))

Functions

pub fn from_fen(fen: String) -> BoardBB
Search Document