-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Ranges_Range_1_Union
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
![]() ![]() |
Union(T) | Returns a union range containing original range and the value. |
![]() ![]() |
Union(Range(T)) | Returns a union range containing both of the ranges. |
![]() ![]() |
Union(TKey2)(Range(T, TKey2)) | Returns a union range containing both of the ranges. |
![]() ![]() |
Union(T, T) | Returns a union range containing both of the ranges. |