We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ede8d commit a8e0f67Copy full SHA for a8e0f67
src/StructLinq.Tests/SelectTests.cs
@@ -41,7 +41,7 @@ public void StructTest()
41
42
protected override IEnumerable<int> Build(int size)
43
{
44
- return StructEnumerable.Range(-1, size).Select(x => x * 2);
+ return StructEnumerable.Range(-1, size).Select(x => x * 2, x=>x);
45
}
46
47
struct MultFunction : IFunction<int, double>
0 commit comments