On Mon, 19 Sep 2011 10:38:21 -0400, Steven Schveighoffer <schveiguy at yahoo.com> wrote: > For example a = a[1..$] shouldn't have to calculate a.length, it should > just be a.ptr += 5. oops, victim of half-editing there :) Meant to say a = a[5..$] -Steve