Notes on Defective C++
Nick Sabalausky
a at a.a
Sun Dec 7 18:33:38 PST 2008
"bearophile" <bearophileHUGS at lycos.com> wrote in message
news:ghh4ps$139f$1 at digitalmars.com...
> 12) No high-level built-in types: D has some very useful built-in data
> structures, but they lack several useful methods (lazy views, dict
> cleaning, dict equality, etc etc) and one or two more can be added (a set?
> Multiprecision integer? A duck type?).
I think you might be confusing "duck" with "dynamic/variant". Duck typing
doesn't refer to any particular data type, unlike dynamic typing which
implies a "variant" data type.
More information about the Digitalmars-d
mailing list