-
Denotes (the default) private declaration.
Declaration
Swift
case `private` -
Denotes a declaration public up to the module boundary.
Declaration
Swift
case `internal` -
Denotes a public declaration.
Declaration
Swift
case `public`
View on GitHub