gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] task 1503 (copy-structure already exists)


From: Peter Wood
Subject: [Gcl-devel] task 1503 (copy-structure already exists)
Date: Tue, 22 Oct 2002 20:07:19 +0200
User-agent: Mutt/1.4i

Hi

GCL has #'copy-structure already.  Its in the "SYSTEM" package,
although it isn't mentioned in the docs.

Top level.
>(setf f1 (make-foo :bar t :baz 'x))

#S(FOO BAR T BAZ X)

>(setf f2 (si:copy-structure f1))

#S(FOO BAR T BAZ X)

>f2

#S(FOO BAR T BAZ X)

Regards,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]