VisibilityKind
public enum VisibilityKind
Describes the visibility of a given symbol at link time.
-
Symbol not seen by the linker.
Declaration
Swift
case hidden
-
Symbol seen by the linker but resolves to a symbol inside this object.
Declaration
Swift
case protected
-
Symbol seen by the linker and acts like a normal symbol.
Declaration
Swift
case `default`