bytes / org.apache.tuweni.bytes / Bytes / concatenate

concatenate

open static fun concatenate(vararg values: Bytes): Bytes (source)

Create a value containing the concatenation of the values provided.

Parameters

values - The values to copy and concatenate.

Exceptions

IllegalArgumentException - if the result overflows an int.

Return
A value containing the result of concatenating the value from values in their provided order.