isDeclared
A Boolean value that indicates whether the system declares the type.
Declaration
var isDeclared: Bool { get }Discussion
The system either declares a type or dynamically generates a type, but not both.
A Boolean value that indicates whether the system declares the type.
var isDeclared: Bool { get }The system either declares a type or dynamically generates a type, but not both.