It was useful for when you have to put type there,...
# language-proposals
o
It was useful for when you have to put type there, especially if type is long enough. E.g.
HashMap<MyKey<String>, MyValue<Entity>> current, next, previous;