Function mlir_sys::mlirIntegerTypeUnsignedGet 
source · pub unsafe extern "C" fn mlirIntegerTypeUnsignedGet(
    ctx: MlirContext,
    bitwidth: c_uint
) -> MlirTypeExpand description
Creates an unsigned integer type of the given bitwidth in the context. The type is owned by the context.