Previous: bytevectors 8 compar number, Up: bytevectors 8 compar [Index]
Bytevector/numbers dictionary comparison is like bytevector/numbers comparison, but white space characters in the bytevector arguments are ignored. White spaces are:
#\space #\tab #\vtab #\linefeed #\return #\page
Compare the bytevector and numeric parts of the arguments and return a ternary result: ‘-1’ if bv1 is less than bv2, ‘0’ if bv1 is equal to bv2, ‘+1’ if bv1 is greater than bv2. The comparison is case sensitive.
Return #t
or #f
, depending on whether the arguments comply
with the predicate.
Compare the bytevector and numeric parts of the arguments and return a ternary result: ‘-1’ if bv1 is less than bv2, ‘0’ if bv1 is equal to bv2, ‘+1’ if bv1 is greater than bv2. The comparison is case insensitive.
Return #t
or #f
, depending on whether the arguments comply
with the predicate. The comparison is case insensitive.
Previous: bytevectors 8 compar number, Up: bytevectors 8 compar [Index]