Chapter 3
Working with Types
Section 1
Inspecting Types
To learn more about types we need to develop some methods to inspect types and learn more about them. How are they related and what fields do they contain? - Learn how to find super types and subtypes of a particular type - Print out a type hierarchy - Inspect internals of a type such as byte size and contained fields