raboof
-
-
- 30,512 total downloads
- last updated 3/7/2018
- Latest version: 1.1.2
C# source implementation that enhances LINQ to Objects with the method ToDelimitedString. Creates a delimited string from a sequence of values. The delimiter used depends on the current culture of the executing... More information -
-
-
- 27,197 total downloads
- last updated 3/7/2018
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method ToHashSet. Returns a of the source items using the default equality comparer for the type. -
-
-
- 26,250 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Pad. Pads a sequence with default values if it is narrower (shorter in length) than a given width. -
-
-
- 24,638 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes. -
-
-
- 24,016 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method Concat. Returns a sequence consisting of the head element and the given tail elements. -
-
-
- 23,989 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Zip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 23,878 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Consume. Completely consumes the given sequence. This method uses immediate execution, and doesn't store any data during execution. -
-
-
- 23,621 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements. -
-
-
- 23,571 total downloads
- last updated 3/7/2018
- Latest version: 1.0.4
C# source implementation that enhances LINQ to Objects with the method TakeLast. Returns a specified number of contiguous elements from the end of a sequence. -
-
-
- 23,463 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence. -
-
-
- 23,376 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Acquire. Ensures that a source sequence of objects are all acquired successfully. If the acquisition of any one fails then those... More information -
-
-
- 23,254 total downloads
- last updated 3/7/2018
- Latest version: 1.1.1
C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements. -
-
-
- 23,096 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes. -
-
-
- 23,021 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method EquiZip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 22,197 total downloads
- last updated 3/7/2018
- Latest version: 1.0.3
C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics. -
-
-
- 21,934 total downloads
- last updated 3/7/2018
- Latest version: 1.1.3
C# source implementation that enhances LINQ to Objects with the method Fold. Returns the result of applying a function to items of a fixed-size sequence. -
-
-
- 21,692 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator. -
-
-
- 21,603 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method SingleOrFallback. Returns the single element in the given sequence, or the result of executing a fallback delegate if the sequence is... More information -
-
-
- 21,379 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method TakeUntil. Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item... More information -
-
-
- 21,245 total downloads
- last updated 3/7/2018
- Latest version: 1.0.2
C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -