Functions for operating on grids
add-rows
: add more rows to a gridadd-cols
: add more columns to a griddrop-rows
: drop (remove) rows from a griddrop-cols
: drop (remove) columns from a gridmap-vals
: map a function over the values in a gridmap-kv
: map a function over the keys and values in a gridconcat-lr
: concatenate two (or more) grids of equal height left-to-rightconcat-tb
: concatenate two (or more) grids of equal width top-to-bottomCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close