pub unsafe extern "C" fn mlirIntegerAttrGetValueUInt(
attr: MlirAttribute,
) -> u64Expand description
Returns the value stored in the given integer attribute, assuming the value is of unsigned type and fits into an unsigned 64-bit integer.
pub unsafe extern "C" fn mlirIntegerAttrGetValueUInt(
attr: MlirAttribute,
) -> u64Returns the value stored in the given integer attribute, assuming the value is of unsigned type and fits into an unsigned 64-bit integer.