Commits

Joe Groff committed 2f720aebdb0
Reflection: Add a 'disposition' property to Mirror. Playgrounds want to present aggregate-like values with fixed children, such as structs and classes, differently from container-like values with variable amounts of children, like arrays and dictionaries, so add a property to Mirror that describes the disposition of the value being reflected. Swift SVN r14827