ClojureDocs

Search results for query: for

11 to 13 of 13 results. prev page | next page

  • formatter-out

    clojure.pprint

    • (formatter-out format-in)

    Makes a function which can directly run format-in. The function is fn [& args] ... and returns nil. This version of the formatter macro is designed to be used with *out* set to an appropriate Writer. In particular, this is meant to be used as part of a pretty printer dispatch method. format-in can ...

    1 example · See also: clojure.pprint/formatter
  • index-for-query

    clojure.core.logic.pldb

    • (index-for-query s q indexes)

    0 examples
  • seq-to-map-for-destructuring

    clojure.core

    • (seq-to-map-for-destructuring s)

    Builds a map from a seq as described in https://clojure.org/reference/special_forms#keyword-arguments

    0 examples
prev page | next page