mlir_sys

Function mlirDictionaryAttrGetElement

Source
pub unsafe extern "C" fn mlirDictionaryAttrGetElement(
    attr: MlirAttribute,
    pos: isize,
) -> MlirNamedAttribute
Expand description

Returns pos-th element of the given dictionary attribute.