-
class
This variant of Concat allows you to apply a string concatenation to a series of
string produced by the provided functions.
class
This is a variant of Concat which chains the hash values
from step to step so that each of the provided functions will
yield unrelated values.
class
This is a variant of Concat which always uses the input cycle value
as the input for all the functions provided.
class
This is a variant of Concat which always uses the same value
as input for the functions provided.
class
This is a variant of Concat which always hashes the cycle+step value
for each function provided.
class
This is a variant of Concat which uses the cycle+step sum for each
of the functions provided.