Provides support for testing presence of an attribute with the in operator.
auto doc = new XmlDocument(`<test attr="test"/>`); assert("attr" in doc.root.attrs); assert("test" !in doc.root.attrs);
See Implementation
Added December 16, 2020 (dub v10.10)
Provides support for testing presence of an attribute with the in operator.