public static IEnumerable<T> Merge<T>( this IEnumerable<IEnumerable<T>> this, IComparer<T> chooser = null )