Post AxQedZKBieOQasRwEi by [email protected] | |
More posts by [email protected] | |
Post #AxQedRoNeVn5ICVwBc by [email protected] | |
0 likes, 0 repeats | |
Pretty sure I've found a solution in search of a problem!Introducing Swift … | |
Post #AxQedRvpCpkHfHzsn2 by [email protected] | |
0 likes, 0 repeats | |
@dandylyons did you reinvent lenses? :) | |
Post #AxQedS3cjpz43Te6wi by [email protected] | |
0 likes, 0 repeats | |
@ctietze Maybe? Haha. I don't know what a lens is. Could you share that wit… | |
Post #AxQedS9eNQnwMASvL6 by [email protected] | |
0 likes, 0 repeats | |
@dandylyons Sure! A lens is an object that represents the read/write access to … | |
Post #AxQedSFg11coerHjjU by [email protected] | |
0 likes, 0 repeats | |
@dandylyons > A lens is a first-class reference to a subpart of some data ty… | |
Post #AxQedSOBVOQl5FGWzg by [email protected] | |
0 likes, 0 repeats | |
@dandylyons in Swift:There's a post by @chris https://chris.eidhof.nl/post/… | |
Post #AxQedSVd3iNxSKkTb6 by [email protected] | |
0 likes, 0 repeats | |
@ctietze So to answer your question. No I don't think I reinvented the lens… | |
Post #AxQedSbehJCpl1ZHzU by [email protected] | |
0 likes, 0 repeats | |
@dandylyons Good point, though key paths don't store the referenceto an obj… | |
Post #AxQedSp7tDyuQns2zI by [email protected] | |
0 likes, 0 repeats | |
I'm already using SelectiveEquatable in tests and it's really nice espe… | |
Post #AxQedTLjvy4M3x85p2 by [email protected] | |
0 likes, 0 repeats | |
Here's a hypothetical SelectiveEncodable. My gut tells me this could be rea… | |
Post #AxQedTpAAZbZXCtagS by [email protected] | |
0 likes, 0 repeats | |
@dandylyons the parameter pack is interesting; what do you use it for? I believ… | |
Post #AxQedZCkAKREDmxzdI by [email protected] | |
0 likes, 0 repeats | |
@ctietze I suppose that makes sense. I gotta think about that more. A KeyPath i… | |
Post #AxQedZKBieOQasRwEi by [email protected] | |
0 likes, 0 repeats | |
@dandylyons @ctietze Maybe Bindings in SwiftUI are the closest thing that Swift… | |
Post #AxQeeloCmyNDbP3xIW by [email protected] | |
0 likes, 0 repeats | |
@ctietze Honestly I don't write parameter packs very often, but I use them … | |
Post #AxQeemsqnBgQw6FBB2 by [email protected] | |
0 likes, 0 repeats | |
@ctietze "I believe I've never been in a situation where I wanted more… |