Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 859 Bytes

bytes_build.md

File metadata and controls

41 lines (29 loc) · 859 Bytes
title categories version bytes usage feature
bytes build
bytes
0.93.0
Create bytes from the arguments.
Create bytes from the arguments.
default

bytes build for bytes

Create bytes from the arguments.

Signature

> bytes build {flags} ...rest

Parameters

  • ...rest: List of bytes.

Input/output types:

input output
nothing binary

Examples

Builds binary data from 0x[01 02], 0x[03], 0x[04]

> bytes build 0x[01 02] 0x[03] 0x[04]
Length: 4 (0x4) bytes | printable whitespace ascii_other non_ascii
00000000:   01 02 03 04                                          ••••