pub fn runtime_add_ref<'c>(
    context: &'c Context,
    operand: Value<'c, '_>,
    count: IntegerAttribute<'c>,
    location: Location<'c>
) -> RuntimeAddRefOperation<'c>
Expand description

Creates a runtime.add_ref operation.