(rontolisp) docs
← Functions

identity

(identity object)

Returns object unchanged. It is useful as a default or placeholder function argument to higher-order operators such as mapcar, find-if, or sort, where a no-op transform or key is wanted.