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

Re: Set & Table hierarchy



implementor's note on Table->copy()

I am implementing it with essentially the same semantics as
t->asImmuTable()->asMuTable().  The copy of a mutable does not share any
structure with the original table.  However, the individual elements in
the table are NOT copied, so if they are not stateless, a change to one
of the elements would show up in both new tables.  I think this is correct.
--Hugh