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