Structs and mutating functions
I haven't used structs much. It seems to be a bit odd with requiring didSet and mutating.
The biggest blocker for me is that you can't assign anything to the variables inside a closure, as self is immutable in structs.
Here's a way to essentially hav...
coderlyn.hashnode.dev1 min read