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