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