Next: syslib hashtables, Previous: syslib transcoders, Up: syslib [Index]
In the following definitions the ptr arguments must be pointer
objects. The following bindings are exported by the library
(vicare system $pointers)
.
Return #t
if ptr1 and ptr2 are equal, else return
#f
.
The arguments must be pointers. Return #t
if the arguments are
different; otherwise return #f
.
Dyadic lexicographic comparison functions for pointers. Return #t
if ptr1 and ptr2 compare as the name implies; otherwise
return #f
.
Return the maximal or minimal pointer argument according to
$pointer<
.