mlir_sys

Function mlirArrayAttrGetElement

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

Returns pos-th element stored in the given array attribute.