Class ListObjStore<Value>

Implements the storage for an HList.

Type Parameters

Implements

Constructors

Properties

"[LIST_STORE_SYMBOL]": symbol = LIST_STORE_SYMBOL

Indicates this is a list store.

values: Value[]

The list values

Methods