Liking cljdoc? Tell your friends :D

ns-tracker.parse


in-ns-decl?clj

(in-ns-decl? form)

Returns true if form is a (in-ns ...) declaration.

Returns true if form is a (in-ns ...) declaration.
sourceraw docstring

read-in-ns-declclj

(read-in-ns-decl rdr)

Attempts to read a (in-ns ...) declaration from a java.io.PushbackReader. Returns nil if it fails or if a in-ns declaration cannot be found. The in-ns declaration must be the first Clojure form in the file, except for (comment ...) forms

Attempts to read a (in-ns ...) declaration from a java.io.PushbackReader.
Returns nil if it fails or if a in-ns declaration cannot be found. The in-ns
declaration must be the first Clojure form in the file, except for
(comment ...) forms
sourceraw docstring

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

× close