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