Function mlir_sys::mlirTupleTypeGet 
source · pub unsafe extern "C" fn mlirTupleTypeGet(
    ctx: MlirContext,
    numElements: isize,
    elements: *const MlirType
) -> MlirTypeExpand description
Creates a tuple type that consists of the given list of elemental types. The type is owned by the context.