SingleEntityDecl

public protocol SingleEntityDecl : Decl

A declaration that introduces a single entity.

  • The stem identifier of the entity introduced by the declaration.

    Declaration

    Swift

    var baseName: String { get }