Nemerle Documentation

Stack.First Method 

Same as Peek, but does not throw an exception -- instead it returns an optional result.

public option First();

See Also

Stack Class | Nemerle.Collections Namespace