Fixes http://www.fssnip.net/1K/title/SeqtryTake by moving the enumerator into the `seq` computation and using `use` instead of `let` to dispose the enumerator at the end.
1 people like thisPosted: 5 years ago by Matthias Dittrich
Tries to skip the given number of items and returns the rest. Disposes the enumerator at the end.
3 people like thisPosted: 5 years ago by Matthias Dittrich