Nemerle Documentation

Option Members

Option overview

Public Static Methods

Equals Overloaded. Safe equality check
IsNone Returns `true' if the optional value is not present.
IsSome Checks if the optional value is present.
Iter Same as ignore (Map (x, f)).
Map Safe optional value mapping.
UnSome Unwraps an optional value; throws an argument exception if the value is not present.

Public Instance Methods

Equals (inherited from Object) Overloaded.  
GetHashCode (inherited from Object)  
GetType (inherited from Object)  
ToString (inherited from Object)  

Protected Instance Methods

Finalize (inherited from Object)  
MemberwiseClone (inherited from Object)  

See Also

Option Class | Nemerle.Core Namespace