| |
| | 3.4 Traits |
 | | This is significant because cloning an object with a traits delegation slot will result in a new object with the same object delegated-to, so all methods defined on that traits object apply to the new clone. |
 | | If mixins are given, it will include more immutable delegation links between the new traits and the traits of the array's objects, in the given order, which achieves a structured, shared behavior of static multiple delegation. |
 | | Finally, it will compare the delegation pattern of the new object with the old, and only replace the old if they differ. |
| slate.tunes.org /doc/progman/node18.html (588 words) |
|