(rontolisp) docs
← Functions

constantly

(constantly value)

Returns a function of any number of arguments that always answers value. The idiomatic "accept everything" argument -- uiop:collect-sub*directories takes two of them.

Backend support

All four backends -- one definition in rontolisp source, so unlike complement (which expands into a wrapping lambda) it is a real function and #'constantly works.