Hi Jules, small request here. Would it be possible add a static Identifier::null similar to var::null or ValueTree::invalid so we have a consistant way to check for invalid Identifiers.
I have quite a lot of methods which return my Identifiers based on an enum and need a way to return something for the default statement. As I’m returning by reference I can’t just create a new Identifier with the default constructor.
Cheers.