Previous: iklib bytevectors sub, Up: iklib bytevectors [Index]
The following bindings are exported by the library (vicare)
.
Return #t
if the bytevector bytevector has zero length,
otherwise return #f
.
Concatenate the bytevector arguments and return the result. If no arguments are given: return the empty bytevector.
Concatenate the list of bytevectors bvs and return the resulting bytevector. It is an error if the sum of the bytevector lengths is not in the range of the maximum bytevector length.
Reverse the list of bytevectors bvs, concatenate them and return the resulting bytevector. It is an error if the sum of the bytevector lengths is not in the range of the maximum bytevector length.