[BUG]Collection>>removeAll:

Ralph Johnson johnson at cs.uiuc.edu
Wed Aug 21 13:21:00 UTC 2002


By the way, the way I'd write removeAll is

removeAll
  [self isEmpty] whileFalse: [self removeAll: self]

Put it in Collection and perhaps that would solve your problem.

-Ralph Johnson



More information about the Squeak-dev mailing list