pub fn scalable_insert<'c>(
    context: &'c Context,
    res: Type<'c>,
    source: Value<'c, '_>,
    dest: Value<'c, '_>,
    pos: IntegerAttribute<'c>,
    location: Location<'c>
) -> ScalableInsertOperation<'c>
Expand description

Creates a scalable.insert operation.