Next: bytevectors 8 prefix, Previous: bytevectors 8 select, Up: bytevectors 8 [Index]
Build a bytevector of length requested-len comprised of bv padded on the left or right by as many occurrences of the byte or character fill as needed. Always return a newly allocated bytevector.
If bv has more than requested-len bytes, it is truncated on
the left or right to length requested-len. For the macros:
fill defaults to the byte representing #\space
in ASCII
encoding.
Trim bv by skipping over all bytes on the left/on the right/on both sides that satisfy the second parameter byte/char/char-set/pred:
Always return a newly allocated bytevector.
Next: bytevectors 8 prefix, Previous: bytevectors 8 select, Up: bytevectors 8 [Index]