Understanding `Context.Tag` Constructor
One Question about this piece of code from the docs:
Is the whole
Would that be in any way semantically different than this:
??
Is the whole
class Random construct »only used« to create some sort of Symbol - which exists at runtime - that can be referenced right after as it's type? I mean, the class body is empty and new Random() is never called, at least in the docs.Would that be in any way semantically different than this:
??
