Cast Object - get null
Namespace
rswhite4 at googlemail.com
Wed Apr 18 23:58:34 PDT 2012
I must correct me: your solution works only with
if (vs2 == Vector2s(vf)) {
writeln("equal");
}
but not with
if (vs2 == vf) {
writeln("equal");
}
More information about the Digitalmars-d-learn
mailing list