C# source implementation that enhances LINQ to Objects with the method SkipUntil. Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last skipped.
$ dotnet add package MoreLinq.Source.MoreEnumerable.SkipUntilNo README available.