Suggestion: add < > operators to Identifiers for std-lib containers

I would be nice if Identifiers have comparison operators, so it is possible to use them in std-lib containers like std::map

std::map<Identifier, myDataStruct>

1 Like

Useful suggestion: I’ve added it to develop.

1 Like