Difference between revisions of "Cloning objects"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
*** TO DO ***
 
*** TO DO ***
 
add this page, maybe there is already some useful content in the french version of the SmartEiffel Wiki.
 
add this page, maybe there is already some useful content in the french version of the SmartEiffel Wiki.
  +
  +
* rename this page to "duplicating objects"?
  +
* twin, copy
  +
* main property: is_equal afterwards
  +
* make, COLLECTION.from_collection (e. g. make an ARRAY from another type of collection)

Revision as of 20:55, 16 April 2016

*** TO DO ***
add this page, maybe there is already some useful content in the french version of the SmartEiffel Wiki.
* rename this page to "duplicating objects"?
* twin, copy
* main property: is_equal afterwards
* make, COLLECTION.from_collection (e. g. make an ARRAY from another type of collection)