enum Aoc::Day20::Orientation

Defined in:

day/20.cr

Enum Members

Top = 0
Bottom = 1
Left = 2
Right = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.all(&) #

[View source]

Instance Method Detail

def bottom? #

[View source]
def left? #

[View source]
def opposite #

[View source]
def right? #

[View source]
def top? #

[View source]
def turn(orientation) #

[View source]
def turn_left #

[View source]