ExpressibleByIntegerLiteralDescription

public struct ExpressibleByIntegerLiteralDescription : CoreTraitDescription

A view of Hylo.ExpressibleByIntegerLiteral‘s declaration from the standard library.

  • The identifier of the trait declaration.

    Declaration

    Swift

    public let decl: TraitDecl.ID
  • Creates an instance referring to the declaration of Hylo.ExpressibleByIntegerLiteral in ast.

    Requires

    The standard library must have been loaded in ast.

    Declaration

    Swift

    public init(_ ast: AST)