Type Alias AssetVariableMap

Source
type AssetVariableMap = IndexMap<(AssetRef, TimeSliceID), Col>;
Expand description

The map of variables related to assets

Aliased Typeยง

struct AssetVariableMap { /* private fields */ }