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