[alexandria-devel] WITH-STRUCT
17 Aug
2008
17 Aug
'08
9:42 p.m.
WITH-STRUCT is the WITH-SLOTS pendant for structures. I think there are different syntactic variants out there. I'm used to the one in SWANK which looks as follows: (defstruct (foo-struct (:conc-name foo-struct.)) slot1 slot2 slot3) (with-struct (foo-struct. slot1 slot2 slot3) *foo-struct* ...) -T.
6016
Age (days ago)
6016
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tobias C. Rittweiler