repo.or.cz
/
cl-tuples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add SINGLE-FLOAT PI constant.
[cl-tuples.git]
/
triangle.lisp
blob
8dc9401bfa05b170696cb44f329e0398220312e5
1
2
(
in-package
:
cl-tuples
)
3
4
(
def-tuple-type
triangle
5
:
tuple-element-type
(
unsigned-byte
16
)
6
:
elements
(
a
b c
))
7
8
(
export-tuple-operations
triangle
)