pub fn runtime_add_to_group<'c>(
    context: &'c Context,
    rank: Type<'c>,
    operand: Value<'c, '_>,
    group: Value<'c, '_>,
    location: Location<'c>
) -> RuntimeAddToGroupOperation<'c>
Expand description

Creates a runtime.add_to_group operation.