Is all this Invarient **** er... stuff, premature optimisation?
Walter Bright
newshound1 at digitalmars.com
Mon Apr 28 17:07:59 PDT 2008
Steven Schveighoffer wrote:
> Java's String.substring(start, last) works just like slicing...
No it doesn't. It makes a copy (I don't know if this is true of *all*
versions of Java).
More information about the Digitalmars-d
mailing list