class AdventOfCode::Image
- AdventOfCode::Image
- Reference
- Object
Defined in:
crystal/8.1.crcrystal/8.2.cr
Constructors
Class Method Summary
Instance Method Summary
- #height : Int32
- #height=(height : Int32)
- #layers : Array(Array(Int32))
- #layers=(layers : Array(Array(Int32)))
- #render
- #width : Int32
- #width=(width : Int32)