XDracam / unity-corelibrary

Collection of classes and extension methods that make life with Unity3D more comfortable
MIT License
15 stars 3 forks source link

IEnumerable.Drop and .DropWhile #10

Closed XDracam closed 5 years ago

XDracam commented 5 years ago

Why is this missing? Especially when there is Take and TakeWhile?

XDracam commented 5 years ago

So apparently LINQ has Skip and SkipWhile, so nevermind this.