Make Array.init(repeating: ...) with autoclosure
|
|
4
|
264
|
March 22, 2023
|
Property wrapper initialisation issues
|
|
0
|
213
|
January 5, 2023
|
DRY in array initialization
|
|
4
|
426
|
January 5, 2023
|
Initialisation with `=` from another type
|
|
2
|
275
|
November 4, 2022
|
A new keyword that stands in for a tedious initializer of arbitrary length
|
|
31
|
2859
|
October 8, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
328
|
August 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
1135
|
August 2, 2022
|
Why does Swift need the `convenience` keyword?
|
|
3
|
1357
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
760
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
809
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
796
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
2623
|
January 29, 2022
|
Initializer is inaccessible due to 'private' protection level
|
|
8
|
11604
|
January 24, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
801
|
December 15, 2021
|
How does work on Swift? about class func return Self
|
|
0
|
297
|
November 26, 2021
|
Why does my explicit init crash?
|
|
3
|
746
|
October 29, 2021
|
Optional properties get unwanted default values in memberwise initializers
|
|
12
|
729
|
September 30, 2021
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
3
|
1333
|
September 16, 2021
|
Introducing Post Init
|
|
19
|
3418
|
May 7, 2021
|
How to determine if a passed argument is a string literal?
|
|
6
|
2187
|
November 9, 2020
|
Default init internal needs a workaround. Enough is enough
|
|
48
|
3750
|
October 20, 2020
|
Best way to approach a cycle between two classes and a closure at init?
|
|
2
|
569
|
October 19, 2020
|
Unexpected memberwise inits for all-optional structs
|
|
5
|
687
|
October 14, 2020
|
Reusable function parameter lists
|
|
5
|
790
|
August 22, 2020
|
Empty propertyWrapper initializer changes memberwise initializer type
|
|
4
|
620
|
May 23, 2020
|
Unwrapping an object created by failable initializer
|
|
4
|
1015
|
February 15, 2020
|
Change access control (AC) of autosynthesized init to same as AC of declared struct
|
|
2
|
764
|
January 27, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
11361
|
December 24, 2019
|
More on supporting repeating initializers with closures
|
|
0
|
604
|
November 8, 2019
|
Why can't I use a short form for the parameter's type?
|
|
2
|
458
|
November 1, 2019
|