function Distinct(const Src: TMtxVecInt): TVecInt;
Stores distinct values from Src in to Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecInt |
Result: stored in self (calling object), returns self for chaining
Stores distinct values from Src in to Dst.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecInt |
Result: stored in self (calling object), returns self for chaining