pub unsafe extern "C" fn mlirDictionaryAttrGet(
    ctx: MlirContext,
    numElements: isize,
    elements: *const MlirNamedAttribute
) -> MlirAttribute
Expand description

Creates a dictionary attribute containing the given list of elements in the provided context.