[asciilib] All surface data

This commit is contained in:
2021-04-24 15:35:25 -06:00
parent 3cebeb1a70
commit 064715939a
8 changed files with 28 additions and 4 deletions

View 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))])