As you pointed out, Swift already has quite a lot access levels… Comparing the usefulness, "typeprivate" would clearly win over (Swift 3) "private" for me — but it adds a "new dimension" to the game, and I guess this will be a dealbreaker: Should it be possible to access typeprivate data from another module in an extension or subclass?
- Tino _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
