Creates a NamedTag maintaing the tag's properties.
auto t = new Float(22); auto named = t.rename("float"); assert(cast(NamedTag)named); assert(named.name == "float"); assert(named == 22);
See Implementation
Creates a NamedTag maintaing the tag's properties.