pub type SideTable<T = bool> = Table<Side, T, { _ }>;
pub struct SideTable<T = bool> { pub all: [T; 2], /* private fields */ }
all: [T; 2]