Skip to content

Provide a Context method to construct ArrayType and FunctionType #511

@vaivaswatha

Description

@vaivaswatha

inkwell::context::Context has methods to construct most other types, except vector, array and function types. Providing methods for these would be useful. Currently I see no other way of constructing an ArrayType, except match over every possible type for the element type, and call array_type on that. That's quite tedious.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions