Type Definition movingai::Coords2D [] [src]

type Coords2D = (usize, usize);

Store coorinates in the (x,y) format.

Trait Implementations

impl Index<Coords2D> for MovingAiMap
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

Auto Trait Implementations