Given a swift::MetaType how can I tell if it corresponds to the MetaType of the standard Int type? Is there a way to get a reference to the MetaType from the StdlibModule or TheBuiltinModule? For now I can convert the MetaType to a string and compare it to "Int.Type" but that is yucky. --