Returns a deep copy of the receiver (the instance variables are
copies of the receiver's instance variables)
shallowCopy
Returns a shallow copy of the receiver (the instance variables are
not copied)
species
Answer Array; this method is used in the #copyEmpty: message, which in
turn is used by all collection-returning methods (collect:, select:,
reject:, etc.).