TaggedTypeSet

Type set for tagged Variants self-referencing.

alias TaggedTypeSet(string[] tagNames, T...) = TypeSet!(applyTags!(tagNames, T))

Meta