A few thoughts on std.allocator

Michel Fortin via Digitalmars-d digitalmars-d at puremagic.com
Wed May 13 04:39:02 PDT 2015


On 2015-05-12 17:21:03 +0000, Steven Schveighoffer <schveiguy at yahoo.com> said:

> Of course, array appending is an odd duck here, as generally you are 
> not generally able to add data to an immutable piece of data.

A similar odd duck would be reference counting (again, mutable metadata 
attached to immutable data).

-- 
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca



More information about the Digitalmars-d mailing list