copy-structure
copy-structure structure → copy
structure—a structure.
copy—a copy of the structure.
15.2.0 23
Returns a copy6 of the structure.
Only the structure itself is copied; not the values of the slots.
Per X3J13. -kmp 05-Oct-93
None.
None.
None.
None.
the :copier option to defstruct
The copy is the same as the given structure under equalp, but not under equal.