[][src]Module dynamization::sorted_vec

Sorted Vec. Can be used as a priority queue or as an associative array. Requires feature sorted_vec.

Defines an opaque SortedVec type and two containers:

Structs

SVMap

An associative array based on a sorted vector.

SVMapKV

Iterator over key-value pairs for SVMap.

SVQueue

A max-priority queue based on a sorted vector.

SortedVec

An opaque struct with an unspecified interface.