The members of an enum as name-value pairs. A numeric enum maps its values back to their names as well, which this leaves out.
enumMembers(CfgVertexType) // [['Statement', 1], ['Expression', 2], ['Block', 3]] Copy
enumMembers(CfgVertexType) // [['Statement', 1], ['Expression', 2], ['Block', 3]]
The members of an enum as name-value pairs. A numeric enum maps its values back to their names as well, which this leaves out.