ClojureDocs

Search results for query: ī rcc729.top ī ϴ¹ īм CASINO ¶ Ʈ K

21 to 24 of 24 results. prev page | next page

  • max-key

    clojure.core

    • (max-key k x)
    • (max-key k x y)
    • (max-key k x y & more)

    Returns the x for which (k x), a number, is greatest. If there are multiple such xs, the last one is returned.

  • min-key

    clojure.core

    • (min-key k x)
    • (min-key k x y)
    • (min-key k x y & more)

    Returns the x for which (k x), a number, is least. If there are multiple such xs, the last one is returned.

    3 examples · See also: clojure.core/min, clojure.core/max-key
  • keys

    clojure.core

    • (keys map)

    Returns a sequence of the map's keys, in the same order as (seq map).

  • keys

    clojure.spec.alpha

    • (keys & {:keys [req req-un opt opt-un gen]})

    Creates and returns a map validating spec. :req and :opt are both vectors of namespaced-qualified keywords. The validator will ensure the :req keys are present. The :opt keys serve as documentation and may be used by the generator. The :req key vector supports 'and' and 'or' for key groups:...

    2 examples
prev page | next page