James Faix

Results 13 comments of James Faix

It doesn't exactly iterate the source twice, it iterates each source list once, and then does some partial iterations on the HashSet when calling Contains. I believe internally there is...

I believe this is the same idea as the existing `Consume` operator. ``` /// /// Completely consumes the given sequence. This method uses immediate execution, /// and doesn't store any...

Ahh, I see it now. Yes, `Force` is a good idea for an operator.