Go and generic programming on reddit, also touches on D

Steven Schveighoffer schveiguy at yahoo.com
Mon Sep 19 07:45:20 PDT 2011


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


More information about the Digitalmars-d mailing list