enum

Aoc2022::Day9::Direction

Inherits Enum < Comparable < Value < Object

Constants

L = 0
R = 1
U = 2
D = 3

Instance methods

d?

Returns true if this enum value equals D

Source
l?

Returns true if this enum value equals L

Source
r?

Returns true if this enum value equals R

Source
u?

Returns true if this enum value equals U

Source