Property wrapper requirements in protocols
|
|
39
|
9707
|
January 17, 2023
|
Property wrapper with Opaque Type
|
|
2
|
279
|
January 16, 2023
|
State var's didSet fix or prohibition
|
|
11
|
2364
|
January 9, 2023
|
Accessing property wrapper itself using keypaths
|
|
1
|
229
|
January 6, 2023
|
Property wrapper initialisation issues
|
|
0
|
175
|
January 5, 2023
|
Mutating a property wrapper
|
|
0
|
181
|
January 5, 2023
|
Expose property name to property wrapper
|
|
3
|
1061
|
January 4, 2023
|
Property wrappers without parenthesis
|
|
0
|
245
|
December 26, 2022
|
[Pitch] Allow Property Wrappers on Let Declarations
|
|
28
|
1558
|
December 9, 2022
|
Allow Property Wrappers with Multiple Arguments to Defer Initialization when wrappedValue is not Specified
|
|
31
|
6012
|
December 1, 2022
|
Calling though `super` ==
|
|
1
|
204
|
November 18, 2022
|
propertyWrapper decoding behaviour
|
|
3
|
308
|
October 28, 2022
|
PropertyWrapper, Optional, and Codable
|
|
0
|
304
|
October 6, 2022
|
How to access the `_` value of a property wrapper that is in another class
|
|
1
|
212
|
September 3, 2022
|
Property Wrappers: Access to both enclosing 'self' and wrapper instance
|
|
29
|
7891
|
August 31, 2022
|
Using nonisolated with wrapped properties
|
|
1
|
505
|
August 15, 2022
|
DeepCodable: Encode and decode deeply-nested data into flat Swift objects
|
|
16
|
3737
|
August 11, 2022
|
Can @Published be implemented in Swift?
|
|
5
|
1012
|
July 26, 2022
|
How is the `Published` property wrapper implemented?
|
|
11
|
1497
|
June 20, 2022
|
Property wrappers and SwiftUI environment: how can @FetchRequest work?
|
|
6
|
1658
|
May 3, 2022
|
Property wrappers + dependency injection: why do I need a setter here?
|
|
1
|
731
|
April 27, 2022
|
PropertyWrapper cannot get `wrappedValue` property from protocol/superclass
|
|
0
|
219
|
April 11, 2022
|
Segmentation fault: 11 with property wrappers
|
|
2
|
613
|
February 18, 2022
|
Is it allowed to inherit a property wrapper class?
|
|
2
|
1200
|
February 11, 2022
|
@Published ReferenceType var
|
|
4
|
634
|
February 4, 2022
|
Property wrappers with generics vs mirroring
|
|
3
|
1230
|
December 28, 2021
|
Binding to a variable bug?
|
|
2
|
331
|
November 25, 2021
|
Using Property Wrappers with Codable
|
|
14
|
12278
|
November 15, 2021
|
Making the compiler "smart" about property wrapper access during initialization
|
|
2
|
431
|
October 19, 2021
|
@propertyWrapper based dependency injection without singleton
|
|
1
|
467
|
September 28, 2021
|