Module intervals
rune
0.1.0
Module intervals
Module Items
Structs
Functions
In crate rune
rune
Module
intervals
Copy item path
Source
Structs
ยง
Interval
Intersections
๐
An iterator that yields all intersections in a given interval range, including empty gaps between nodes.
Interval
Tree
Reverse
Interval
Intersections
๐
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.