Module enso_flexer::prelude::logger::prelude::weak_table::ptr_weak_hash_set[][src]

Expand description

A hash set where the elements are held by weak pointers and compared by pointer.

Structs

Drain

A draining iterator over the elements of a set.

IntoIter

An iterator over the elements of a set.

Iter

An iterator over the elements of a set.

PtrWeakHashSet

A hash set with weak elements, hashed on element pointer.