-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Ranges_Range_2_EndsBefore
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
![]() |
EndsBefore(T) | Determines whether the range ends before the value specified. |
![]() |
EndsBefore(Range(T)) | Determines whether the range ends before the range specified. |
![]() |
EndsBefore(TKey2)(Range(T, TKey2)) | Determines whether the range ends before the range specified. |
![]() |
EndsBefore(RangeBoundaryFrom(T)) | Determines whether the range ends before the boundary specified. |
![]() |
EndsBefore(RangeBoundaryTo(T)) | Determines whether the range ends before the boundary specified. |