pub type ValueListPool = ListPool<Value>;
Expand description

Memory pool for holding value lists. See ValueList.