Package: graphene
Accessor graphene:point-x
Lambda Listgraphene:point-x (p) SyntaxArgumentsDetails Accessor of the x slot of the graphene:point-t structure. The x value is coerced to a single float before assignment. Examples(graphene:with-point (p 0.5 1.0) (graphene:point-x p)) => 0.5 (graphene:with-point (p) (setf (graphene:point-x p) 3/2)) => 1.5 | See also |
2025-4-4