Take the following snippet:
List distances = new List();
Was the redundancy intended by the language designers? If so, wh
Could also do:
var distances = new List();