@bytes.concat
Concatenate bytes values together.
Returns: bytes
Syntax
Section titled “Syntax”@bytes.concat(first ...rest)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
first |
bytes |
First bytes value |
[...rest] |
bytes |
Bytes values to append |
Examples
Section titled “Examples”# Concatenate bytesset $c @bytes.concat(0xaa 0xbb)See Also
Section titled “See Also”- @concat — concatenate arrays
- @str.concat — concatenate strings