New primitive type, similar to a pointer but without actually being a pointer. Represents some number of bytes at an offset within the child type. Useful for structs that are split across multiple registers, where right now we lose track of field boundaries and resort to integral types.
New primitive type, similar to a pointer but without actually being a pointer. Represents some number of bytes at an offset within the child type. Useful for structs that are split across multiple registers, where right now we lose track of field boundaries and resort to integral types.