The OpenD Programming Language

dumpParams

You can use mixin(dumpParams); to put out a debug print of your current function call w/ params.

enum string dumpParams;

Meta