set_select
Method of IntegerArray.
set_select(const IntegerArray lhs, const List selections) -> IntegerArray
Assign the values of rhs to a selection of the IntegerArray lhs.
Parameters
- lhs: The IntegerArray to assign.
- selections: A vector of integers, slices or integer lists specifying the selection.