Next: iklib bytevectors conversion, Previous: iklib bytevectors predicates, Up: iklib bytevectors [Index]
The arguments must be bytevectors. Return #t
if the arguments are
all different: no two arguments are equal; otherwise return #f
.
When applied to a single argument: return #f
.
These procedures are the extensions to bytevectors of the corresponding orderings on unsigned fixnums; the bytevectors are compared octet by octet.
These procedures are the extensions to bytevectors of the corresponding orderings on signed fixnums; the bytevectors are compared byte by byte.
Return the maximal or minimal bytevector argument according to
bytevector-u8<?
.
Return the maximal or minimal bytevector argument according to
bytevector-s8<?
.