Property
indirectionLevel
The level of indirection, with 0 indicating the referenced type itself, 1 representing a pointer to an instance of the referenced type, 2 representing an array of pointers (or a pointer to a pointer), etc.
var indirectionLevel: Int { get }