a library of special-purpose helper objects implementing ordered sets
backed by lists. The utility of this library, and of the shared objects
that derive from it, is somewhat in doubt. These objects predate the aatree module,
which might provide faster algorithmic performance, and therefore improve
the justification for the existence of these structures.
|
|
merge(a,
b,
l=True,
g=True,
e=True)
Internal helper function for combining sets represented as sorted
lists |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kill_dupes(a)
Internal helper function for removing duplicates in a sorted list |
source code
|
|