enum Aoc::Day12::Direction

Defined in:

day/12.cr

Enum Members

North = 0
South = 1
East = 2
West = 3
Left = 4
Right = 5
Forward = 6

Class Method Summary

Instance Method Summary

Class Method Detail

def self.parse(char) #

[View source]

Instance Method Detail

def east? #

[View source]
def forward? #

[View source]
def left? #

[View source]
def north? #

[View source]
def right? #

[View source]
def south? #

[View source]
def west? #

[View source]