public static IEnumerable<IEnumerable<T>> Split<T>( this IEnumerable<T> this, T divisor, IEqualityComparer<T> comp = null )