Liking cljdoc? Tell your friends :D

com.besenczy.gnucash.utils


alias-subnscljmacro

(alias-subns alias & sub-path)

creates a subnamespace for the current namespace with named name, and then creates an alias to this new namespace with name in the current namespace.

creates a subnamespace for the current namespace with named `name`, and then creates an alias to this new namespace with `name` in the current namespace.
sourceraw docstring

empty-seq?clj

(empty-seq? x)
source

into-mapclj

(into-map & kvs)

create a hashmap from key value pairs using pairs using only non-empty seqable values

create a hashmap from key value pairs using pairs using only non-empty seqable values
sourceraw docstring

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

× close