A declaration only accessible inside the same type or scope.
case `private`
s11GRPCCodeGen14AccessModifierO7privateyA2CmF
84JBU
import GRPCCodeGen
enum AccessModifier
A description of an access modifier.
case `public`
A declaration accessible outside of the module.
case package
A declaration accessible outside of the module but only inside the containing package or project.
case `internal`
A declaration only accessible inside of the module.
case `fileprivate`
A declaration only accessible inside the same Swift file.