SymbolName

public struct SymbolName : Hashable, ExpressibleByStringLiteral, CustomStringConvertible, Codable

The type of the name of a Symbol.

  • Declaration

    Swift

    public typealias StringLiteralType = String
  • The literal symbol name.

    Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public init(stringLiteral: String)
  • Undocumented

    Declaration

    Swift

    public init(_ name: String)
  • Declaration

    Swift

    public var description: String { get }