AngouriMath
ConcatTuples(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``0}})
Method (no overloads)
Summary
Concatenates 2-element tuples into an IEnumerable
{ (1, 2), (3, 4), (5, 6) } -> { 1, 2, 3, 4, 5, 6 }
{ (1, 2), (3, 4), (5, 6) } -> { 1, 2, 3, 4, 5, 6 }
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online