Next: bytevector compounds queue, Previous: bytevector compounds types, Up: bytevector compounds [Index]
The following bindings are exported by the library (vicare
containers bytevector-compounds)
.
Return #t
if bvcom has no octets in it, else return #f
.
Return #t
if bvcom has at least one octet in it, else return
#f
.
Return a non–negative exact integer representing the number of octets currently in bvcom.
Return a non–negative exact integer representing the number of octets in bvcom, including the ones in the bytevectors that have been already dequeued.
Return the list of bytevectors in bvcom. Mutating the return value results in undefined behaviour.