Package: graphene

Macro graphene:with-rays

Lambda List

graphene:with-rays (vars &body body)

Syntax

(graphene:with-rays (ray1 ... rayn) body) => result

Arguments

ray1 ... rayn -- the newly created graphene:ray-t instances
body -- a body that uses the bindings ray1 ... rayn

Details

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

2024-1-20