| 165 | } |
| 166 | |
| 167 | TypeCode getCode() const noexcept { return Inner.Data.Code; } |
| 168 | TypeCode getHeapTypeCode() const noexcept { return Inner.Data.HTCode; } |
| 169 | uint32_t getTypeIndex() const noexcept { return Inner.Data.Idx; } |
| 170 | const std::array<uint8_t, 8> getRawData() const noexcept { |
no outgoing calls