public static IEnumerable<T[]> Trail<T>( this IEnumerable<T> this, int trailLength, bool wrap = false )