pub unsafe extern "C" fn mlirIntegerAttrGet(
    type_: MlirType,
    value: i64
) -> MlirAttribute
Expand description

Creates an integer attribute of the given type with the given integer value.