G.f method
Returns #t if the second argument is less than the first.
< C-pointer-1 C-pointer-2 => boolean
<C-pointer>.
<C-pointer>.
<boolean>.
c-ffi
c-ffi
Returns #t if the second argument is less than the first. This allows pointer comparison operations to be performed on instances of <C-pointer>.
Note that operations corresponding to C pointer arithmetic are not defined on <C-pointer>. If pointer arithmetic operations are required, use pointer-value with an index: argument.
The following functions comprise the conceptual foundation on which the pointer accessing protocol is based. In the signatures of these functions, byte-index is in terms of address units (typically bytes) and scaled-index is scaled by the size of the units involved. In the setters, new is the new value to which the value in the pointed-at location will be set. These functions can be used to deference any general instance of <C-pointer>.