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

Re: Protocols for Smashing the State



...
  How about

void MuSet::unionInto (Set *)
...

  Well, it's not bad, but as I read  apples->unionInto (oranges),
it seems to me that oranges should be side-effected, not apples.
I think apples->merge (oranges) is more clear.

--Hugh