Skip to content

Swift 4.2's Self Rebinding

Compare
Choose a tag to compare
@ArtSabintsev ArtSabintsev released this 19 Sep 01:21
· 274 commits to master since this release

Minor changes, mostly around making use of Swift 4.2's ability for self rebinding:

guard let self = self else { ... }