pub fn intr_vector_insert<'c>(
    context: &'c Context,
    res: Type<'c>,
    srcvec: Value<'c, '_>,
    dstvec: Value<'c, '_>,
    pos: IntegerAttribute<'c>,
    location: Location<'c>
) -> vector_insertOperation<'c>
Expand description

Creates an intr.vector.insert operation.