Overload_CodeJam_Ranges_RangeBoundaryTo_1_op_LessThan - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
LessThan(T, RangeBoundaryTo(T)) | Implements the operator <. |
![]()
|
LessThan(RangeBoundaryTo(T), RangeBoundaryFrom(T)) | Implements the operator <. |
![]()
|
LessThan(RangeBoundaryTo(T), RangeBoundaryTo(T)) | Implements the operator <. |
![]()
|
LessThan(RangeBoundaryTo(T), T) | Implements the operator <. |
