Difference between revisions of "Swift"

From Lost In Wonderlands
Jump to: navigation, search
(Swift Patterns)
(Swift protocols)
Line 44: Line 44:
  
 
== Swift protocols ==
 
== Swift protocols ==
 +
* https://docs.swift.org/swift-book/LanguageGuide/Protocols.html
  
 +
=== protocols ===
 
* https://developer.apple.com/documentation/swift/identifiable
 
* https://developer.apple.com/documentation/swift/identifiable
 
* https://developer.apple.com/documentation/swift/comparable
 
* https://developer.apple.com/documentation/swift/comparable
Line 81: Line 83:
 
* https://developer.apple.com/documentation/swift/customdebugstringconvertible
 
* https://developer.apple.com/documentation/swift/customdebugstringconvertible
 
* https://developer.apple.com/documentation/swift/losslessstringconvertible
 
* https://developer.apple.com/documentation/swift/losslessstringconvertible
 
 
  
 
== Swift Generics ==
 
== Swift Generics ==

Revision as of 10:59, 7 March 2021

Swift

AppleSwift

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Swift... (But Were Afraid to Ask) a collection of links of interest

See also

Swift

Swift with Style

Swift API design

Swift Standard Library

Swift protocols

protocols

Swift Generics


Swift Patterns

 https://github.com/ochococo/Design-Patterns-In-Swift


Swift Algorithms

more algorithms

in python

in C++


tutorials

forums

books

Sample codes

Articles

Blogs

Tools link

Books