(sequence->iterator item-seq)
Java ml interfaces sometimes use iterators where they really should use sequences (iterators have state). In any case, we do what we can.
Java ml interfaces sometimes use iterators where they really should use sequences (iterators have state). In any case, we do what we can.
(set-slf4j-log-level level)
Set the slf4j log level. Safe to call if slf4j is not in the classpath.
Set the slf4j log level. Safe to call if slf4j is not in the classpath.
(time-section & body)
Time a section, return {:retval retval :milliseconds ms}
Time a section, return {:retval retval :milliseconds ms}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close