Function mlir_sys::mlirComplexTypeGet
source · pub unsafe extern "C" fn mlirComplexTypeGet(
elementType: MlirType
) -> MlirType
Expand description
Creates a complex type with the given element type in the same context as the element type. The type is owned by the context.