TVecSmallInt.Distinct Method

function Distinct(const Src: TMtxVecInt): TVecInt;

Stores distinct values from Src in to Dst.

#NameTypeDescription
1SrcTMtxVecIntsource TVecInt or TMtxInt

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