Menu

#2 Implement the 'any' type

open
nobody
XL2 library (3)
5
2011-03-12
2011-03-12
No

any T is a generic type that represents values of any type derived from T. Conceptually, it contains a pointer to a type description for T and a pointer to the value. It will be used to implement multimethods ("virtual functions" in C++ parlance)

Discussion


Log in to post a comment.