Public Vars

Back

constantly (clj)

(source)

function

(constantly x)
Returns a function that takes any number of arguments and returns x.

Examples