Skip to main content

get

functionv1.0

clojure.core/get

Available in:BBCLJCLJS
(get [map key] [map key not-found])
Returns the value mapped to key, not-found or nil if key not present in associative collection, set, string, array, or ILookup instance.

No examples yet. Be the first to add one!