Next: one-dimension inspect, Previous: one-dimension make, Up: one-dimension [Index]
Return #t
if obj is a valid range.
Return #t
if obj is a member of range.
Return #t
if the ranges are equal.
Return #t
if range-a has all members less than all members of
range-b.
Return #t
if range-a has all members less than, or equal to,
all members of range-b.
Return #t
if the start of range-a is less than the start of
range-b.
Return #t
if the start of range-a is less than, or equal to,
the start of range-b.
Return #t
if the past/last of range-a is less than the past
of range-b.
Return #t
if the past/last of range-a is less than, or equal
to, the past of range-b.
Return #t
if range-a and range-b are contiguous. It
does not matter which range has start less than the other.
Return #t
if the ranges have some elements in common.
Return #t
if range-a is a superset or a strict superset of
range-a.
Return #t
if range-a is a subset or a strict subset of
range-a.
Return true if domain is a valid domain.
Return true if the domain is empty.
Return true if obj is an element of domain.
Return true if the arguments represent the same domain.
Return true if all the elements of domain-a are strictly less than
all the elements of domain-b. Empty domains cannot be ordered, so
if an argument is empty the return value is #f
.
Return #t
if domain-a is a subset or strict subset of
domain-b.
Return #t
if domain-a is a superset or strict superset of
domain-b.
Next: one-dimension inspect, Previous: one-dimension make, Up: one-dimension [Index]