www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17425] New: add __traits(getParameterStorageClasses, f, i)

https://issues.dlang.org/show_bug.cgi?id=17425

          Issue ID: 17425
           Summary: add __traits(getParameterStorageClasses, f, i)
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

This returns a tuple of strings representing the storage classes of the ith
parameter of function f. 0 represents the first parameter.

The order of the strings in the tuple should not be depended upon.

This is intended to replace the implementation of
std.traits.ParameterStorageClassTuple(f)

--
May 23 2017