diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-10-11 21:27:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-10-11 21:27:38 -0400 |
commit | 8dc52be5f308e9b0b8f11eaf63e17a9a3724d479 (patch) | |
tree | b3acb8fada239c60d0adccc0d20af7bbb3d09458 | |
parent | 68e8c3bac0363a4a0dec1bf9c5b534283ea9dce7 (diff) |
math: grid: Export grid-rect-ref.
-rw-r--r-- | chickadee/math/grid.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/math/grid.scm b/chickadee/math/grid.scm index 3a2f83f..830f7d6 100644 --- a/chickadee/math/grid.scm +++ b/chickadee/math/grid.scm @@ -43,6 +43,7 @@ grid-clear grid-cell-count grid-item-count + grid-rect-ref for-each-cell for-each-item)) |