Return a pointer to the underlying implementation of this variable.
If x is of type var, then applying this operator, x->, behaves the same way as x.vi_->.
Warning: The returned result does not track changes to this variable.
Definition at line 177 of file var.hpp.