castle_rights

Types

pub type CastleRights {
  Yes
  No(ply: Int)
}

Constructors

  • Yes
  • No(ply: Int)

Functions

pub fn to_bool(castle_rights: CastleRights) -> Bool
Search Document