Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Swift 2.0

Swift 2.0

My post WWDC talk about Swift 2.0 @ Swift Paris - 17/06/2015

greg3z

June 17, 2015
Tweet

More Decks by greg3z

Other Decks in Programming

Transcript

  1. do

  2. do

  3. do

  4. do

  5. StdLib: global functions 101 -> 77 sorted(elements, f) -> elements.sort(f)

    count(string) -> string.count Swift 2.0 Migration
  6. var -> let warning unused variable println -> print count(string)

    -> string.characters.count Swift 2.0 Migration
  7. POP