pub type Four = TwoTo<2>;
Alignment to 4 bytes, same as u32/i32.
u32
i32
use aligners::alignment::{self, Alignment}; assert_eq!(4, alignment::Four::size());
pub enum Four {}