Overload_CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
ToCompositeRangeTo(TSource, T)(IEnumerable(TSource), Func(TSource, T)) | Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence). |
![]()
|
ToCompositeRangeTo(TSource, T, TKey)(IEnumerable(TSource), Func(TSource, T), Func(TSource, TKey)) | Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence). |
