Enum dungeon_cell::Alignment
source · pub enum Alignment<const ALIGN: u8> {}Expand description
Type to test if given ALIGN is a valid alignment power.
Rust only allows alignments from 2^ALIGN where ALIGN is 0 to 29.
pub enum Alignment<const ALIGN: u8> {}Type to test if given ALIGN is a valid alignment power.
Rust only allows alignments from 2^ALIGN where ALIGN is 0 to 29.