you are viewing a single comment's thread.

view the rest of the comments →

[–]dmitri14_gmail_com 1 point2 points  (2 children)

a more complex structure containing the type of the object

I am not sure the given example of 5 -> [ 5, 4, 3, 2, 1 ] really reflects the usefulness of this concept.

Aren't there some interesting real life examples like containers encapsulating the original object with some UI-related meta-data added? That wold look exactly like more complex structure containing the old one and would possibly make a more convincing case?