Swift won't compile dictionary with ReferenceWritableKeyPath unless its a class property
|
|
3
|
308
|
September 6, 2023
|
Modifications with keyPaths in protocol extension
|
|
6
|
605
|
August 21, 2023
|
"Observing" changes to arbitrary key paths on move-only structs
|
|
14
|
2301
|
July 17, 2023
|
New keypath subscript
|
|
2
|
835
|
June 16, 2023
|
dynamicMemberLookup bug?
|
|
2
|
310
|
June 15, 2023
|
Type cannot be converted to itself
|
|
3
|
410
|
June 3, 2023
|
Read-only keyPath to an Optional
|
|
3
|
485
|
April 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
3676
|
April 13, 2023
|
Does ‘KeyPath’ produce memory leaks?
|
|
3
|
662
|
March 30, 2023
|
Query into dynamic data using static key paths
|
|
4
|
1508
|
March 10, 2023
|
Using dynamicMemberLookup to constraint PartialKeyPath
|
|
0
|
391
|
February 23, 2023
|
Can’t convert to KeyPath<Root, any Protocol>
|
|
2
|
463
|
February 13, 2023
|
Trouble with KeyPathComparator and Bool (related: TableColumn)
|
|
6
|
677
|
February 6, 2023
|
KeyPathComparator and sorting with optional properties?
|
|
1
|
668
|
February 6, 2023
|
[Pitch] Add KeyPaths Boolean custom operators
|
|
6
|
980
|
January 19, 2023
|
Code size difference with keypath vs closure
|
|
0
|
797
|
November 23, 2022
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
445
|
November 10, 2022
|
Enum Case KeyPaths
|
|
59
|
6951
|
October 31, 2022
|
Mapping between different KeyPath types
|
|
2
|
435
|
September 1, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2013
|
May 24, 2022
|
Getting KeyPaths to members automatically using Mirror
|
|
12
|
13942
|
April 24, 2022
|
Why does compactMap { $0.property } work but compactMap(\.property) doesn't with non-optional properties?
|
|
30
|
3315
|
October 5, 2021
|
What are "property descriptors"?
|
|
0
|
501
|
September 21, 2021
|
Crash when setting enum from Swift to Obj-C via setValue
|
|
0
|
456
|
July 26, 2021
|
Keypaths and subclassing
|
|
6
|
1906
|
July 25, 2021
|
Appending KeyPaths to Optional values; impossible?
|
|
1
|
739
|
May 17, 2021
|
What's wrong with this function (PartialKeyPath)?
|
|
7
|
513
|
April 29, 2021
|
Please help with example code compiler error
|
|
1
|
417
|
April 29, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
916
|
March 23, 2021
|
Comparing KeyPaths (generics, protocols with associated type)
|
|
0
|
582
|
March 15, 2021
|