phoenix::Position

A small container to hold the coordinates of an item.

struct Position {
  signed x, y;
};