Public Vars

Back

get (clj)

(source)

function

(get map key) (get 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.

Examples