On Thursday, 22 November 2012 at 17:36:03 UTC, Kenji Hara wrote:
Actual field might have `offsetof` builtin property.(not tested) static if (is(typeof(mixin("A."~ident~".offsetof")))) {}
Yes, it works! Thanks.
On Thursday, 22 November 2012 at 17:36:03 UTC, Kenji Hara wrote:
Actual field might have `offsetof` builtin property.(not tested) static if (is(typeof(mixin("A."~ident~".offsetof")))) {}
Yes, it works! Thanks.