1 (in-package :cl-tuples
)
4 :tuple-element-type single-float
5 :elements
(left right top bottom
))
7 (export-tuple-operations rect
)
9 (def-tuple-op rect-width
*
10 ((r rect
(left right top bottom
)))
14 (def-tuple-op rect-height
*
15 ((r rect
(left right top bottom
)))