Goban::Canvas(T)
Inherits Indexable::Mutable < Indexable < Enumerable < Iterable < Struct < Value < Object
Data type representing 2D canvas symbol.
Class methods
new_with_values(size_x, size_y, & : Int32, Int32, Int32 -> T)
SourceInstance methods
[]?(point : Goishi::Point)
Sourceeach_column_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
Sourceeach_row_in_region(from : Goishi::Point, to : Goishi::Point, & : Iterator(Tuple(UInt8, Int32)), Int32 -> )
Sourceflip_tr_bl
Sourceinvert
Source