If the following parenthesized access keywords are still on the table as an
option,
> On Mar 27, 2016, at 14:31, Haravikk via swift-evolution
> <[email protected]> wrote:
>
> public as-is, item is public/exported outside
> of module
> private(module) or private current internal, item is private to
> this module, would be the default
> private(file) current private, item is private to
> this file
> private(scope) new visibility type, item is private to
> the current scope
I would prefer them over these ones:
public
moduleprivate
fileprivate
private
To my eyes, the parenthesized ones are more readable and understandable.
-Matt_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution