Overload_CodeJam_Ranges_CompositeRange_2_Intersect - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]() |
Intersect(CompositeRange(T)) | Returns an intersection of the the ranges. |
![]() |
Intersect(TKey2)(CompositeRange(T, TKey2)) | Returns an intersection of the the ranges. |
![]() |
Intersect(Range(T)) | Returns an intersection of the the ranges. |
![]() |
Intersect(TKey2)(Range(T, TKey2)) | Returns an intersection of the the ranges. |
![]() |
Intersect(T, T) | Returns an intersection of the the ranges. |
