Type Alias ValueListPool

Source
pub type ValueListPool = ListPool<Value>;
Expand description

Memory pool for holding value lists. See ValueList.

Aliased Typeยง

struct ValueListPool { /* private fields */ }