On Sun, 12 Aug 2012 06:11:48 +0200, Jonathan M Davis <jmdavisProg at gmx.com> wrote: > Can anyone think of any situation where an infinite bidirectional range > would make any sense at all? std.range.repeat(1); I would be very surprised if that's not both bidirectional and infinite. -- Simen