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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |