Slide 23
Slide 23 text
Swift Demangler workshop
՝1
entity-spec ::= decl-name label-list function-signature 'F'
function-signature ::= params-type params-type throws?
label-list ::= empty-list
label-list ::= ('_' | identifier)*
throws ::= 'K'
params-type ::= type
decl-name ::= identifier
identifier ::= NATURAL IDENTIFIER-STRING
$S13ExampleNumber6isEven6numberSbSi_tF
decl-name label-list function-signature