Returns the first value.
Example:
var pair = new Pair<string,string> ("hello", "world"); assert (pair.first () == "hello");
the first value.