Previous: Introduction to Range Tables, Up: Range Tables
This function finds value for position pos in range-table. If there is no corresponding value, return default (defaults to nil).
nil
This function sets the value for range (start, end) to be value in range-table.
This function removes the value for range (start, end) in range-table.
This function flushes range-table.
This function maps function over entries in range-table, calling it with three args, the beginning and end of the range and the corresponding value.