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)
Log in to post a comment.