Skip to main content

get

functionv1.7

cljs.core/get

Available in:BBCLJCLJS
(get [o k] [o k 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!