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