[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: Set & Table hierarchy
- To: <mark>
- Subject: Re: Set & Table hierarchy
- From: Hugh Hoover <heh>
- Date: Thu, 16 Nov 89 12:41:55 PST
- Cc: <xtech>
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