ClojureDocs

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

Search results for query: re

121 to 124 of 124 results. prev page | next page

  • read-instant-timestamp

    clojure.instant

    • (read-instant-timestamp cs)

    To read an instant as a java.sql.Timestamp, bind *data-readers* to a map with this var as the value for the 'inst key. Timestamp preserves fractional seconds with nanosecond precision. The timezone offset will be used to convert into UTC.

    1 example · See also: clojure.instant/read-instant-date
  • unchecked-remainder-int

    clojure.core

    • (unchecked-remainder-int x y)

    Returns the remainder of division of x by y, both int. Note - uses a primitive operator subject to truncation.

    0 examples
  • *default-data-reader-fn*

    clojure.core

      When no data reader is found for a tag and *default-data-reader-fn* is non-nil, it will be called with two arguments, the tag and the value. If *default-data-reader-fn* is nil (the default), an exception will be thrown for the unknown tag.

      • 0 examples
      prev page | next page