The Time Traveller (for so it will be convenient to speak of him) was expounding a recondite matter to us. His pale grey eyes shone and twinkled, and his usually pale face was flushed and animated...
翻译自:[Method Dispatch in Swift](https://www.raizlabs.com/dev/2016/12/swift-method-dispatch/)。方法调度说的是当调用一个方法的时候程序如何选择哪一条指令来执行。这在每一次方法被调用的时候都会发生。知道方法调度是如何工作的对于编写高效代码来说是必须的,而且也能帮助理解Swift里面一些令人迷惑的行为。