first


Description:

public A first ()

Returns the first value.

Example:

    var pair = new Pair<string,string> ("hello", "world");
assert (pair.first () == "hello");

Returns:

the first value.