-
Notifications
You must be signed in to change notification settings - Fork 35
Operators_T_CodeJam_Option_1
andrewvk edited this page Jun 23, 2016
·
4 revisions
[This is preliminary documentation and is subject to change.]
The Option(T) generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Equality operator. |
![]() ![]() |
Explicit(Option(T) to T) | Extracts value from option |
![]() ![]() |
Implicit(T to Option(T)) | Creates a new object initialized to a specified value. |
![]() ![]() |
Inequality | Unequality operator. |