pub unsafe extern "C" fn mlirIntegerAttrGetValueUInt(
attr: MlirAttribute,
) -> u64
Expand 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,
) -> u64
Returns the value stored in the given integer attribute, assuming the value is of unsigned type and fits into an unsigned 64-bit integer.