that, given an array A consisting of N integers, returns the number of distinct values in array A. For example, given array A consisting of six elements such that: A[0] = 2 A[1] = 1 A[2] = 1 A[3] = 2 ...
{% apibody %} sequence.distinct() → array table.distinct([{index: }]) → stream r.distinct(sequence) → array r.distinct(table, [{index: }]) → stream ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results