Package: graphene
Macro graphene:with-ray
Lambda Listgraphene:with-ray ((var &rest args) &body body) SyntaxArgumentsDetails The graphene:with-ray macro allocates a new graphene:ray-t
instance, initializes the box with the given values and executes the body
that uses the ray.
After execution of the body the allocated memory for the box is released. Notes | See also |
2025-4-7