Set Functions¶
Array API specification for creating and operating on sets.
A conforming implementation of the array API standard must provide and support the following functions adhering to the following conventions.
Positional parameters must be positional-only parameters. Positional-only parameters have no externally-usable name. When a function accepting positional-only parameters is called, positional arguments are mapped to these parameters based solely on their order.
Optional parameters must be keyword-only arguments.
Unless stated otherwise, functions must support the data types defined in Data Types.
Objects in API¶
|
Returns the unique elements of an input array |
|
Returns the unique elements of an input array |
|
Returns the unique elements of an input array |
|
Returns the unique elements of an input array |