raboof
-
-
- 29,311 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 -
-
-
- 26,018 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. -
-
-
- 25,296 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. -
-
-
- 23,666 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. -
-
-
- 23,019 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. -
-
-
- 22,976 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. -
-
-
- 22,923 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. -
-
-
- 22,663 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. -
-
-
- 22,567 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. -
-
-
- 22,436 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. -
-
-
- 22,433 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 -
-
-
- 22,261 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. -
-
-
- 22,141 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. -
-
-
- 22,077 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. -
-
-
- 21,204 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. -
-
-
- 20,950 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. -
-
-
- 20,719 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. -
-
-
- 20,646 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 -
-
-
- 20,412 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 -
-
-
- 20,282 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. -