file: job.t package: muf status: alpha
The copyStructure
function accepts a structure
and returns a copy of it. Structure slots are copied
by reference, not value: Only the structure itself
is copied, not any of the values referenced by it.
If structure-definition
is not nil
, an
error is signaled unless old-struct
is an
instance of it.
Go to the first, previous, next, last section, table of contents.