Liking cljdoc? Tell your friends :D

emlyn.grid.operations


add-colsclj

(add-cols grid & {:keys [num pos] :or {num 1}})
source

add-rowsclj

(add-rows grid & {:keys [num pos] :or {num 1}})
source

concat-lrclj

(concat-lr grid & grids)
source

concat-tbclj

(concat-tb grid & grids)
source

drop-colsclj

(drop-cols grid & {:keys [num pos] :or {num 1}})
source

drop-rowsclj

(drop-rows grid & {:keys [num pos] :or {num 1}})
source

map-kvclj

(map-kv fn grid & grids)

Map a function over the keys and values of a grid.

Map a function over the keys and values of a grid.
sourceraw docstring

map-valsclj

(map-vals fn grid & grids)

Map a function over the values of a grid.

Map a function over the values of a grid.
sourceraw docstring

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

× close