On Wed, 27 Jun 2012 16:16:53 -0400, Roman D. Boiko <[email protected]> wrote:TypeSpecialization:Type struct union class interface enum function delegate super const immutable inout shared returnThis is only valid for is( Type == TypeSpecialization)
No, unless the D specification is outdated. IsExpression: is ( Type ) is ( Type : TypeSpecialization ) is ( Type == TypeSpecialization ) ...
