-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeFrom
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
Name | Description | |
---|---|---|
ToCompositeRangeFrom(TSource, T)(IEnumerable(TSource), Func(TSource, T)) | Converts sequence of elements to the composite range using only From boundary. The To boundary value is taken from the next item in sequence (+∞ for the last item in sequence) | |
ToCompositeRangeFrom(TSource, T, TKey)(IEnumerable(TSource), Func(TSource, T), Func(TSource, TKey)) | Converts sequence of elements to the composite range using only From boundary. The To boundary value is taken from the next item in sequence (+∞ for the last item in sequence) |