makeKey#

swordfish.function.makeKey()#

Combine the specified args as a BLOB scalar or vector, so it can used as the key(s) of a dictionary or a set. Compared with makeSortedKey, makeKey keeps the order of the inputs in the result.

Parameters:

args (Constant) – Multiple scalars or vectors of the same length.