Sort a Set or a List accordingly to the specified parameters and store the result at dstkey.
@see #sort(const(ubyte)[], SortingParams)
@see #sort(const(ubyte)[])
@see #sort(const(ubyte)[], const(ubyte)[])
@param key
@param sortingParameters
@param dstkey
@return The number of elements of the list at dstkey.
Sort a Set or a List accordingly to the specified parameters and store the result at dstkey. @see #sort(const(ubyte)[], SortingParams) @see #sort(const(ubyte)[]) @see #sort(const(ubyte)[], const(ubyte)[]) @param key @param sortingParameters @param dstkey @return The number of elements of the list at dstkey.