Slide 11
Slide 11 text
-expandΦϓγϣϯ͕͓͢͢Ί
$ swift demangle -expand '$S1c5StoneV8hogehogeyyF'
Demangling for $S1c5StoneV8hogehogeyyF
kind=Global
kind=Function
kind=Structure
kind=Module, text="c"
kind=Identifier, text="Stone"
kind=Identifier, text="hogehoge"
kind=Type
kind=FunctionType
kind=ArgumentTuple, index=0
kind=Type
kind=Tuple
kind=ReturnType
kind=Type
kind=Tuple
$S1c5StoneV8hogehogeyyF ---> c.Stone.hogehoge() -> ()
11