We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da3d42 commit bf3ea77Copy full SHA for bf3ea77
spec/API_specification/set_functions.md
@@ -59,6 +59,4 @@ Returns the unique elements of an input array `x`.
59
60
- **counts**: _<array>_
61
62
- - an array containing the number of times each unique element occurs in `x`.
63
-
64
- _TODO: should this be `int64`? This probably makes sense for most hardware; however, may be undesirable for older hardware and/or embedded systems._
+ - an array containing the number of times each unique element occurs in `x`. The returned array must have the default integer data type.
0 commit comments