Wind

Type Alias Wind 

Source
pub type Wind = Player;
Expand description

Wind index โ€” 0, 1, 2, 3 => east, south, west, north.

Note that this is identical to Player โ€” see its definition.

Aliased Typeยง

pub struct Wind(/* private fields */);