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
Pretty sure `template` was just being used for illustration purposes in those examples? Realise it's a bit unclear from the blog post though. That was in 2013 and I definitely don't remember that being there at the time!
3