Liking cljdoc? Tell your friends :D

advent-utils.grid.vecgrid


ascii->VecGrid2Dclj

(ascii->VecGrid2D charmap lines)

Convert an ASCII represention of a 2D grid into a VecGrid2D.

charmap is a map where the keys are ASCII chars and the values are expected to be symbols to use in your application. Ex.: (def codes {. :space # :wall})

Convert an ASCII represention of a 2D grid into
a VecGrid2D.

charmap is a map where the keys are ASCII chars and
the values are expected to be symbols to use in
your application. Ex.: (def codes {\. :space \# :wall})
sourceraw docstring

VecGrid2Dclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close