dsimcha: > Are you sure std.traits.Unqual doesn't do what you want? It shallowly removes > const/immutable/shared. For example: Sorry for the late reply. Unqual removes all qualifiers, but I'd like something that removes just const/immutable, and keeps all the other things. Bye, bearophile