ExpressibleByFloatLiteralDescription

public struct ExpressibleByFloatLiteralDescription : CoreTraitDescription

A view of Hylo.ExpressibleByFloatLiteral‘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.ExpressibleByFloatLiteral in ast.

    Requires

    The standard library must have been loaded in ast.

    Declaration

    Swift

    public init(_ ast: AST)