Functions for converting grids to other formats
to-vec
: convert grid to a single vector with all values left-to-right, top-to-bottomto-vecs
: convert grid to a vector of vectors (one per row)to-map
: convert grid to a clojure map with [x y]
keysto-maps
: convert grid to a nested mapCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close