std.xml should just go
Walter Bright
newshound2 at digitalmars.com
Fri Feb 4 01:24:02 PST 2011
Max Samukha wrote:
> .NET and Qt do have slices of some kind:
>
> http://msdn.microsoft.com/en-us/library/1hsbd92d.aspx
> http://doc.qt.nokia.com/latest/qstringref.html#details
>
> I am not sure whether their XML libraries use those.
.net's slices are inadequate, because its strings are not interchangeable with
slices. When they're not interchangeable, then you wind up being forced to make
copies.
More information about the Digitalmars-d
mailing list