Contents

isPublic

A Boolean value that indicates whether the type is in the public domain.

Declaration

var isPublic: Bool { get }

Discussion

Types in the public domain have identifiers starting with public, and are generally defined by a standards body or by convention. Public types aren’t dynamic.

See Also

Obtaining additional type information