pub unsafe extern "C" fn mlirDictionaryAttrGetElement(
attr: MlirAttribute,
pos: isize,
) -> MlirNamedAttributeExpand description
Returns pos-th element of the given dictionary attribute.
pub unsafe extern "C" fn mlirDictionaryAttrGetElement(
attr: MlirAttribute,
pos: isize,
) -> MlirNamedAttributeReturns pos-th element of the given dictionary attribute.