pub type Two = TwoTo<1>;
Alignment to 2 bytes, same as u16/i16.
u16
i16
use aligners::alignment::{self, Alignment}; assert_eq!(2, alignment::Two::size());
pub enum Two {}