Higher Kinded Types in C# Part 2 — Homogenous invoice
This is the second part of the Higher Kinded Types in C# series. For your convenience you can find other parts in the table of contents in Part 1 — Introduction So now we can use invoice with items as Brand< Started, string>. However, what we really want to use is Started< string>. How can … Continue reading Higher Kinded Types in C# Part 2 — Homogenous invoice