Tofu Ninja via Digitalmars-d-learn Mon, 10 Apr 2017 23:21:34 -0700
Something like
struct T{ void foo(){} } alias A = Alias!(__traits(getMemeber, T, "foo")); void* A_addres = ? // Somehow get the address from A