D vs. ISRs (interrupt service routines) or Which D language features implictly allocate memory?

Gregor Richards Richards at codu.org
Sat May 5 00:57:08 PDT 2007


Unknown W. Brackets wrote:
> Well, slicing will not.  Splicing will.  Sorry to be pedantic.
> 
> -[Unknown]
> 

I stand corrected.

Nae, defeated.

:'(

  - Gregor Richards

PS: For the confused: Slicing is this: someArray[1..3]. Splicing would 
be, for example: someArray = someArray[0..1] ~ someOtherArray ~ 
someArray[1..$]



More information about the Digitalmars-d mailing list