Next: syslib bytevectors predicates, Up: syslib bytevectors [Index]
Allocate a new bytevector capable of holding fx bytes and return a reference to it. fx must be a non–negative fixnum.
Build and return a new bytevector holding octets or bytes from the bytevector bv starting from index start inclusive to index end exclusive.
Build and return a new bytevector holding count octets or bytes from the bytevector bv starting from index start inclusive.