This seems to work, but it does require me to add add! T to any constructor, which I don't think is a bad thing but I'm wondering how that will impact being able to unwrap the object
Post
Replies
Boosts
Views
Activity
This seems to work, but I'm noticing two things: XCode complains when I don't add as! T to the end of my constructor for the SuperStruct and I can't make a static property in an extension using it, which is making it hard to craft some example SuperStructs attached to the struct extension. I'm not opposed to other workarounds but I'm fairly green with Swift so I'm not sure what the best practices are for this