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