Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 15 for int (0.05 seconds)

  1. Clojure - Java Interop

    int - A primitive int ints - An int array long -...primitive arrays - ^ints, ^floats, etc. Coercion ops int , float , etc....
    clojure.org/reference/java_interop
    Wed Mar 11 22:10:02 GMT 2026
      55.2K bytes
  2. Clojure - Programming at the REPL: Data Visuali...

    #{:public} | [byte<> int int] | int | | reset | #{:public :synchronized}...:parameter-types [byte<> int int], :exception-types [java.io.IOException],...
    clojure.org/guides/repl/data_visualization_at_the_repl
    Wed Mar 11 22:09:55 GMT 2026
      43.8K bytes
  3. Clojure - Data Structures

    that unchecked-add-int and unchecked-multiply-int are used to get...e] (unchecked-add-int (unchecked-multiply-int 31 acc) (hash e)))...
    clojure.org/reference/data_structures
    Wed Mar 11 22:10:02 GMT 2026
      44.6K bytes
  4. Clojure - Refs and Transactions

    [v1 (rand-int nvecs) v2 (rand-int nvecs) i1 (rand-int nitems) i2...i2 (rand-int nitems)] (dosync (let [temp (nth @(vec-refs v1)...
    clojure.org/reference/refs
    Wed Mar 11 22:10:02 GMT 2026
      20.2K bytes
  5. Clojure - spec Guide

    :start int? :end int?) #(< (:start %) (:end %))) :ret int? :fn...:start int? :end int?) (< (:start %) (:end %))) ret: int? fn:...
    clojure.org/guides/spec
    Wed Mar 11 22:09:56 GMT 2026
      96.5K bytes
  6. Clojure - Comparators Guide

    converted to ints is guaranteed to fit within an int without wrapping..., and returns a Java 32-bit int that is negative if x comes before...
    clojure.org/guides/comparators
    Wed Mar 11 22:09:55 GMT 2026
      49K bytes
  7. Clojure - test.check

    (prop/for-all [v (gen/vector gen/int)] (= (sort v) (sort (sort v)))))...1528580707376} Here the (gen/vector gen/int) expression is the generator...
    clojure.org/guides/test_check_beginner
    Wed Mar 11 22:09:56 GMT 2026
      33.4K bytes
  8. Clojure - Datatypes: deftype, defrecord and reify

    "lucy"})]} Bar [^int a ;; on field ^{:tag int Deprecated true...
    clojure.org/reference/datatypes
    Wed Mar 11 22:10:02 GMT 2026
      26.7K bytes
  9. Clojure - Other Included Libraries

    (take 20 (repeatedly #(rand-int 20))))) f -> [11 7 10 9 4...
    clojure.org/reference/other_libraries
    Wed Mar 11 22:10:02 GMT 2026
      22.5K bytes
  10. Clojure - Reader Conditionals Guide

    classic example: (defn str->int [s] #?(:clj (java.lang.Integer/parseInt...
    clojure.org/guides/reader_conditionals
    Wed Mar 11 22:09:55 GMT 2026
      24.4K bytes
Back to Top