[][src]Module rdcl_aoc_helpers::direction

Represents one of the four cardinal directions.

Enums

Direction

There are four cardinal directions: Up, down, left, and right. You can also think of these as north, south, west and east.

Traits

CanTravel

Given a position, determine the next position for a given direction.