[asciilib] All surface data
This commit is contained in:
4
projects/asciilib2/src/asciilib/Grid.kiss
Normal file
4
projects/asciilib2/src/asciilib/Grid.kiss
Normal file
@@ -0,0 +1,4 @@
|
||||
(defnew [_width _height :T defaultValue]
|
||||
[:Int width _width
|
||||
:Int height _height
|
||||
:Array<Array<T>> rows (for _ (range height) (for _ (range width) defaultValue))])
|
Reference in New Issue
Block a user