Why not allow object to object conversion via `std.conv.to`?

simendsjo simen.endsjo at pandavre.com
Thu Mar 17 05:15:36 PDT 2011


One issue with this is that an object needs to know about every object
it can convert to.

Perhaps a better solution is to create something like AutoMapper[1]
for D

[1] http://automapper.codeplex.com/


More information about the Digitalmars-d mailing list