Module intervals

Module intervals 

Source

Structsยง

IntervalIntersections ๐Ÿ”’
An iterator that yields all intersections in a given interval range, including empty gaps between nodes.
IntervalTree
ReverseIntervalIntersections ๐Ÿ”’
An iterator that yields all intersections in a given interval range in reverse order, including empty gaps between nodes.

Functionsยง

lookup_char_property ๐Ÿ”’
see lookup_char_property in intervals.c
remove_sym_from_props ๐Ÿ”’
Removes all occurrences of sym from the property list props.
set_cdr ๐Ÿ”’
textget ๐Ÿ”’
Get the value of property prop from plist, which is the plist of an interval. We check for direct properties, for categories with property prop, and for prop appearing on the default-text-properties list.