pub unsafe extern "C" fn mlirTypeParseGet(
context: MlirContext,
type_: MlirStringRef,
) -> MlirType
Expand description
Parses a type. The type is owned by the context.
pub unsafe extern "C" fn mlirTypeParseGet(
context: MlirContext,
type_: MlirStringRef,
) -> MlirType
Parses a type. The type is owned by the context.