fork download
  1. import std.stdio;
  2.  
  3. void test()
  4. {
  5. }
  6.  
  7. void main()
  8. {
  9. writeln(__traits(isStaticFunction, test));
  10. }
Success #stdin #stdout 0.01s 2120KB
stdin
Standard input is empty
stdout
true