You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding methods to make it easier to work with the re-useable Enumerable type instead of forcing folks to do it themselves by calling myEnumerable.Enumerate() all the time. Also Adding ParallelSelect and SelectMany.