- objc:raw-ivarrecord
A record describing an Objective C instance variable as seen from the Objective C (as opposed to Scheme) side. Returned by objc:class-ivar-list, and used by objc:set-ivars!.
name Name as a string. type Type as an encoded type string. offset Offset within class -- for debugging only.