[][src]Module esl01_dag::nameset

nameset

See NameSet for the main structure.

Modules

dag
difference
intersection
lazy
legacy
sorted
static
union

Structs

NameSet

A NameSet contains an immutable list of names.

Traits

NameIter

Iterator of NameSet. Types implementing this should consider replacing iter_rev with a fast path if possible.

NameSetQuery

Read-only queries required by NameSet: Iteration, length and contains.