NodeAndDefCollection typedef

NodeAndDefCollection = Map<String, List<NodeAndDef>>

Map of array of NodeAndDef.

Implementation

typedef NodeAndDefCollection = Map<String, List<NodeAndDef>>;