Next: iklib bytevectors generic, Previous: iklib bytevectors valpred, Up: iklib bytevectors [Index]
The following bindings are exported by the library (vicare)
.
Build and return a new bytevector holding the bytes in bv from index start (inclusive) to index end (exclusive). The start and end indexes must be such that:
0 <= start <= end <= (bytevector-length bv)
Build and return a new bytevector holding count bytes in bv from index start (inclusive). The start index and the byte count must be such that:
0 <= start <= start + count <= (bytevector-length bv)
Build and return a new bytevector holding the bytes in bv from index start (inclusive) to index end (exclusive). The start and end indexes must be such that:
0 <= start <= end <= (bytevector-length bv)
Build and return a new bytevector holding count bytes in bv from index start (inclusive). The start index and the byte count must be such that:
0 <= start <= start + count <= (bytevector-length bv)