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