TMtxVecInt ScatterByIndexes(TMtxVecInt Src, TMtxVecInt Indexes)
Scatters Src elements defined with indices stored in Indexes to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecInt | source TVecInt or TMtxInt |
| 2 | Indexes | TMtxVecInt | source TVecInt or TMtxInt |
Result: stored in self (calling object), returns self for chaining