Package: graphene
Macro graphene:with-frustums
Lambda Listgraphene:with-frustums (vars &body body) SyntaxArgumentsDetails The graphene:with-frustums macro creates new variable bindings and
executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro. Each frustum can be initialized with values using the syntax for the graphene:with-frustum macro. See also the graphene:with-frustum documentation. | See also |
2024-12-26