Next: Databases, Previous: Hash Tables, Up: Top [Contents][Index]
A range table is a table that efficiently associates values with ranges of integers.
Note that range tables have a read syntax, like this:
#s(range-table data ((-3 2) foo (5 20) bar))
This maps integers in the range (-3, 2) to foo
and integers
in the range (5, 20) to bar
.
Return non-nil
if object is a range table.
• Introduction to Range Tables: | Range tables efficiently map ranges of integers to values. | |
• Working With Range Tables: | Range table functions. |