I have some Swift 3 code to decode an iOS Objective-C protocol (which has a Swift counterpart). After concluding Swift 3 reflection was not developed enough to accomplish what I
What is returned objc_method_description.type
field?
In other words, to get a usable method signature encoding from the type
field, just just extract the alpha-symbolic characters in left-to-right order discarding the digits.
Supporting documentation: