getRightThis

Given var, we need to get the right 'this' pointer if var is in an outer class, but our existing 'this' pointer is in an inner class. Input: e1 existing 'this' ad struct or class we need the correct 'this' for var the specific member of ad we're accessing

extern (C++)
getRightThis

Meta