On Sun, 24 Aug 2014 11:56:42 +0000
nikki via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:

> Or should I use a class for that AtlasSpriteData?
> reading about it I get the impression everytime I'll look up data 
> from that dictionary data will get copied ?
p.s.

this will not copy:

  auto sd = "mysprite00" in dict;

'sd' is of type 'AtlasSpriteData*' here.

Attachment: signature.asc
Description: PGP signature

Reply via email to