Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
playground
master
Top Level Namespace
BagNode
BagRules
Computer
FileOfPassports
GroupedLines
Hash
Line
SeatingPosition
SplittingRange
Vector
WrappingString
Generated using Crystal 1.14.0
2024-11-26 08:53:49 UTC
struct
Vector
Vector
Struct
Value
Object
Defined in:
day_03/solution.cr
Constructors
.new
(x : Int32, y : Int32)
Instance Method Summary
#x
: Int32
#x=
(x : Int32)
#y
: Int32
#y=
(y : Int32)
Constructor Detail
def self.
new
(x : Int32, y : Int32)
#
[
View source
]
Instance Method Detail
def
x
: Int32
#
[
View source
]
def
x=
(x : Int32)
#
[
View source
]
def
y
: Int32
#
[
View source
]
def
y=
(y : Int32)
#
[
View source
]