A wrapper that allows instance variables to be manipulated using +[]+ and +[]=+
Wraps object allowing its instance variables to be manipulated.
Retrieves ivar from the wrapped object.
Sets ivar to val on the wrapped object.
[Validate]