Mike B Johnson wrote:
How can I get the return type of the current method without specifying the name or any complexity? Similar to typeof(this).
typeof(return)
ketmar via Digitalmars-d-learn Tue, 18 Apr 2017 16:52:37 -0700
Mike B Johnson wrote:
How can I get the return type of the current method without specifying the name or any complexity? Similar to typeof(this).
typeof(return)