What's the best way to do this? I'm assuming this should be best practice:
http://dlang.org/traits.html#isSame

struct S { }
writeln(__traits(isSame, S, S));

Reply via email to