louthy/language-ext

Lazy `Seq` indexing is wrong [v5-beta]

Closed this issue · 1 comments

In the v5.0.0-beta-10 using the this indexer for Seq structures that are lazy (internally, SeqLazy<A> fails. The index appears to be out by 1.

Appears to be caused by bringing in support for the new .NET Index type. But will need more testing.

Will fix soon.

After building some unit tests to test my suspicions, it seems I was mistaken, and Seq indexing works fine.

Closing.