I see documentation at http://dlang.org/attribute.html for const, immutable, shared, inout attributes. I think we must extricates those from there. They are qualifiers, and have distinct properties from attributes. Thoughts? Andrei