Function inanis::state::zobrist::get_castling_right_hash
source · pub fn get_castling_right_hash(current: u8, right: u8) -> u64
Expand description
Gets castling right hash based on the current
ones and the desired change specified by right
.