Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
advent-of-code-2020
main
Top Level Namespace
Bag
Entry
Foo
Rule
Ship1
Ship2
Built with Crystal 1.9.2
2023-10-07 16:56:59 UTC
class
Rule
Rule
Reference
Object
Defined in:
16/main.cr
Constructors
.new
(name : String, ranges : Array(Range(Int32, Int32)))
Instance Method Summary
#includes?
(value : Int32)
#name
: String
Constructor Detail
def self.
new
(name : String, ranges : Array(Range(Int32, Int32)))
#
[
View source
]
Instance Method Detail
def
includes?
(value : Int32)
#
[
View source
]
def
name
: String
#
[
View source
]