Provide a Context
method to construct ArrayType
and FunctionType
#511
Labels
Context
method to construct ArrayType
and FunctionType
#511
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 anArrayType
, except match over every possible type for the element type, and callarray_type
on that. That's quite tedious.The text was updated successfully, but these errors were encountered: