Dictionary initialization refinement suggestion
|
|
6
|
2385
|
December 15, 2021
|
How does work on Swift? about class func return Self
|
|
0
|
629
|
November 26, 2021
|
Why does my explicit init crash?
|
|
3
|
1732
|
October 29, 2021
|
Optional properties get unwanted default values in memberwise initializers
|
|
12
|
1609
|
September 30, 2021
|
Default init internal needs a workaround. Enough is enough
|
|
48
|
5529
|
October 20, 2020
|
Best way to approach a cycle between two classes and a closure at init?
|
|
2
|
1069
|
October 19, 2020
|
Unexpected memberwise inits for all-optional structs
|
|
5
|
1139
|
October 14, 2020
|
Reusable function parameter lists
|
|
5
|
1305
|
August 22, 2020
|
Empty propertyWrapper initializer changes memberwise initializer type
|
|
4
|
893
|
May 23, 2020
|
Unwrapping an object created by failable initializer
|
|
4
|
1451
|
February 15, 2020
|
Change access control (AC) of autosynthesized init to same as AC of declared struct
|
|
2
|
1107
|
January 27, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
14375
|
December 24, 2019
|
More on supporting repeating initializers with closures
|
|
0
|
726
|
November 8, 2019
|
Why can't I use a short form for the parameter's type?
|
|
2
|
656
|
November 1, 2019
|
An initializer specialized for conformance wasn't suggested/present
|
|
1
|
733
|
October 1, 2019
|
Constant XXX captured by a closure before being initialized
|
|
5
|
10944
|
January 28, 2019
|
Remove implicit initialization of Optionals?
|
|
6
|
2493
|
January 15, 2019
|
There's no way to channel a fail-able initializer to a throwing one, is there?
|
|
2
|
3971
|
January 8, 2019
|
Synthesized initialiser for classes, just like structs
|
|
3
|
3553
|
November 20, 2018
|
`init(capacity:)` on RangeReplaceableCollection
|
|
21
|
2486
|
November 2, 2018
|
Initializer sugar
|
|
33
|
2328
|
July 23, 2018
|
Difference between `override convenience` init and `convenience override init`
|
|
3
|
3207
|
March 22, 2018
|
[pitch] More lenient (yet safe) rules about referencing `self` in `init` before `super.init`
|
|
5
|
3601
|
February 7, 2018
|