Basically, is there a built in way to do this?
int x; long y; assert(typeid(x).isImplicitlyConvertibleTo(typeid(y)); Thanks
bitwise via Digitalmars-d-learn Sat, 23 Sep 2017 08:55:58 -0700
Basically, is there a built in way to do this?
int x; long y; assert(typeid(x).isImplicitlyConvertibleTo(typeid(y)); Thanks