takeWhile Class |
Namespace: WhetStone.Looping
public static class takeWhile
The takeWhile type exposes the following members.
| Name | Description | |
|---|---|---|
| TakeWhileInclusiveT |
Take from an IEnumerableT until an element does not uphold a predicate. Then take that element as well.
|