forked from amkovkov/GranuSightSoftware2
fix: typo
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
namespace GSS2.Core.Extentions;
|
namespace GSS2.Core.Extentions;
|
||||||
|
|
||||||
static class EnumerableExtentions
|
static class EnumerableExtensions
|
||||||
{
|
{
|
||||||
public static IEnumerable<(int i, T value)> Enumerate<T>(this IEnumerable<T> values) => values.Select((value, i) => (i, value));
|
public static IEnumerable<(int i, T value)> Enumerate<T>(this IEnumerable<T> values) => values.Select((value, i) => (i, value));
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user