load-time-value

load-time-value is an alias for `cl-load-time-value' in `cl.el'.

(load-time-value FORM &optional READ-ONLY)

Like `progn', but evaluates the body at load time.
The result of the body appears to the compiler as a quoted constant.