Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aoc-2021
main
Top Level Namespace
Delim
Direction
Space
Built with Crystal 1.9.2
2023-10-07 18:29:09 UTC
struct
Space
Space
Struct
Value
Object
Defined in:
day4.cr
Constructors
.new
(marked : Bool, value : Int32)
Instance Method Summary
#marked
: Bool
#marked=
(marked : Bool)
#value
: Int32
#value=
(value : Int32)
Constructor Detail
def self.
new
(marked : Bool, value : Int32)
#
[
View source
]
Instance Method Detail
def
marked
: Bool
#
[
View source
]
def
marked=
(marked : Bool)
#
[
View source
]
def
value
: Int32
#
[
View source
]
def
value=
(value : Int32)
#
[
View source
]