Conversation

Quote Tweet
While the checkmarks are away, let's play a little game: which programming language is this? template<class T> struct Vector { Box<Elements<T>>* elements; unsigned length; }
Show this thread
5
29
Classes were added with the `class` keyword in 0.3 (when I started looking into Rust), but removed in 0.4 afaik (when I started using Rust). Was never on type parameters like in C++ templates though.
1
Show replies
Show replies