Next: , Previous: , Up: The Byte Data Library   [Index]


13.10.11 Byte Data Constructor Functions

barr

data barr(...);

is a byte array set as the sum of its numeric intrinsic type arguments (taken as byte codes) and string arguments (intrinsic string and byte array), occurrence order preserved. Arguments of other types are ignored. Equivalent to ‘data’().‘bytes’(...).

data

data data(void);

is a new byte array

tarr

data tarr(text s);

is a byte array set as s