Method Dispatch in Swift
https://www.raizlabs.com/dev/2016/12/swift-method-dispatch/ [www.raizlabs.com]
2016-12-06 20:55
Knowing how method dispatch works is vital when writing performant code, and can illuminate some of the confusing behavior found in Swift.
There’s quite a lot too it. Long article.