Skip to main content

PlayerTable

Type Alias PlayerTable 

Source
pub type PlayerTable<T = bool> = Table<Player, T, { _ }>;

Aliased Type§

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

Fields§

§all: [T; 2]