FastLinq
FastLinq copied to clipboard
Consider using a singular static readonly T[] throughout library
Needs to be weighed against assembly-boundary concerns as well as dependency/design concerns. The negative impacts of having 10 Empty T[]s versus 1 is trivial, so it comes down to which is better design.