(++ & gs)
Convenience wrapper for add to accept grids as args.
Convenience wrapper for add to accept grids as args.
(-- & gs)
Convenience wrapper for subtract to accept grids as args.
Convenience wrapper for subtract to accept grids as args.
(add & gs)
Constructs a grid with all given grids added together.
Constructs a grid with all given grids added together.
(decorate g & escape-codes)
Decorates a grid with given ansi-escape-codes.
Decorates a grid with given ansi-escape-codes.
(subtract & gs)
Returns the first grid minus keys in rest of the grids.
Returns the first grid minus keys in rest of the grids.
(transform g f)
(transform g f dimension)
Transforms a grid into another grid using given transformation function.
A transformation function accepts a key (coordinate vector) and returns another key.
For example transformation functions, take a look at the tf-* functions.
Transforms a grid into another grid using given transformation function. A transformation function accepts a key (coordinate vector) and returns another key. For example transformation functions, take a look at the tf-* functions.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close