unique_counts#

rbc.stdlib.set_functions.unique_counts(x)#

❌ Not implemented

Returns the unique elements of an input array x and the corresponding counts for each unique element in x.

Array-API ‘unique_counts’ doc