Yes; this is a case where anywhere in the code base I want to just say
        struct MyNewType : Codable {
                // add codable datatypes
        }

and don’t want/can’t always go to the centralized place to add it in.
Is there some extension-like trick I can pull off that lets me spread the 
implementation out over different files/libraries?

_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to