15

Protocol Extensions are a new feature of Swift 2. They allow you to add new functions (complete with implementations) to any class that implements a protocol. The functionality is best explained with a simple example. Let’s say you wanted to add a way to shuffle arrays.

http://littlebitesofcocoa.tumblr.com/post/121846499218/19-protocol-extensions