最佳答案
What's the difference between metatype .Type
and .self
in Swift?
Do .self
and .Type
return a struct
?
I understand that .self
can be used to check with dynamicType
. How do you use .Type
?