ddoc10334
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!())
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!100)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!3.14)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!"str")
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!1.4i)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!null)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!true)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!false)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!'A')
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!int)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!string)
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!([1, 2, 3]))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(Baz10334!()))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(Baz10334!T))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(Baz10334!100))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(.foo))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(const(int)))
- 
  DeclarationtemplateFoo10334(T) if (Bar10334!(shared(T)))
- 
  DeclarationtemplateTest10334(T...)