Make Array.init(repeating: ...) with autoclosure
|
|
4
|
225
|
March 22, 2023
|
Property wrapper initialisation issues
|
|
0
|
193
|
January 5, 2023
|
DRY in array initialization
|
|
4
|
397
|
January 5, 2023
|
Initialisation with `=` from another type
|
|
2
|
248
|
November 4, 2022
|
A new keyword that stands in for a tedious initializer of arbitrary length
|
|
31
|
2734
|
October 8, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
259
|
August 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
1032
|
August 2, 2022
|
Why does Swift need the `convenience` keyword?
|
|
3
|
1193
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
648
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
729
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
710
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
2245
|
January 29, 2022
|
Initializer is inaccessible due to 'private' protection level
|
|
8
|
9551
|
January 24, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
694
|
December 15, 2021
|
How does work on Swift? about class func return Self
|
|
0
|
270
|
November 26, 2021
|
Why does my explicit init crash?
|
|
3
|
650
|
October 29, 2021
|
Optional properties get unwanted default values in memberwise initializers
|
|
12
|
664
|
September 30, 2021
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
3
|
1244
|
September 16, 2021
|
Introducing Post Init
|
|
19
|
3311
|
May 7, 2021
|
How to determine if a passed argument is a string literal?
|
|
6
|
2078
|
November 9, 2020
|
Default init internal needs a workaround. Enough is enough
|
|
48
|
3623
|
October 20, 2020
|
Best way to approach a cycle between two classes and a closure at init?
|
|
2
|
522
|
October 19, 2020
|
Unexpected memberwise inits for all-optional structs
|
|
5
|
644
|
October 14, 2020
|
Reusable function parameter lists
|
|
5
|
743
|
August 22, 2020
|
Empty propertyWrapper initializer changes memberwise initializer type
|
|
4
|
583
|
May 23, 2020
|
Unwrapping an object created by failable initializer
|
|
4
|
953
|
February 15, 2020
|
Change access control (AC) of autosynthesized init to same as AC of declared struct
|
|
2
|
722
|
January 27, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
11036
|
December 24, 2019
|
More on supporting repeating initializers with closures
|
|
0
|
573
|
November 8, 2019
|
Why can't I use a short form for the parameter's type?
|
|
2
|
441
|
November 1, 2019
|