Closed sixlettervariables closed 6 years ago
Addresses #35 with a static method on a new static type (Table) and an extension method for IEnumerable<T>. Three simple tests are added as the code itself simply forwards to Table<T>.Create.
Table
IEnumerable<T>
Table<T>.Create
Hi @sixlettervariables,
Thanks for this. Looks great. Will do a proper review very soon.
Tom
Addresses #35 with a static method on a new static type (
Table
) and an extension method forIEnumerable<T>
. Three simple tests are added as the code itself simply forwards toTable<T>.Create
.