VectorInt.Distinct Method

function Distinct(const Src: TMtxVecInt): TVecInt;

Stores distinct values from Src in to Dst.

#NameTypeDescription
1SrcTMtxVecInt

Result: stored in self (calling object), returns self for chaining