Contents
Indexes:
Macro Once-Only
Part of:
package cffi-utils
(
once-only
&rest < args > )
Returns the code built by BODY. If any of VARIABLES
might have side effects, they are evaluated once and stored
in temporary variables that are then passed to BODY.