Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
embox
main
Top Level Namespace
Embox
Set
Side
Built with Crystal 1.9.2
2023-10-07 21:44:52 UTC
enum
Side
Defined in:
embox.cr
Enum Members
North
=
0
South
=
1
East
=
2
West
=
3
Class Method Summary
.all
: Set(Side)
.horizontal
: Set(Side)
.vertical
: Set(Side)
Instance Method Summary
#east?
#north?
#south?
#west?
Class Method Detail
def self.
all
:
Set
(
Side
)
#
[
View source
]
def self.
horizontal
:
Set
(
Side
)
#
[
View source
]
def self.
vertical
:
Set
(
Side
)
#
[
View source
]
Instance Method Detail
def
east?
#
[
View source
]
def
north?
#
[
View source
]
def
south?
#
[
View source
]
def
west?
#
[
View source
]