struct Goban::Canvas(T)
- Goban::Canvas(T)
- Struct
- Value
- Object
Overview
Data type representing 2D canvas symbol.
Included Modules
- Indexable::Mutable(T)
Defined in:
lib/goban/src/goban/canvas.crgoishi/data_types/canvas.cr
Class Method Summary
Instance Method Summary
- #[]?(point : Goishi::Point)
- #each_column_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
- #each_row_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
- #flip_tr_bl
- #invert
Class Method Detail
Instance Method Detail
def each_column_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
#
def each_row_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
#