Use fiveam for testing.
[cl-tuples.git] / triangle.lisp
blob8dc9401bfa05b170696cb44f329e0398220312e5
2 (in-package :cl-tuples)
4 (def-tuple-type triangle
5 :tuple-element-type (unsigned-byte 16)
6 :elements (a b c))
8 (export-tuple-operations triangle)