ParameterAttribute.ParameterAttribute

Undocumented in source.
template ParameterAttribute(alias F, int i, int j)
static if(is(typeof(F) P == __parameters))
static if(isExpressions!(__traits(getAttributes, P[i..i + 1])[j]))
enum ParameterAttribute = __traits(getAttributes, P[i..i + 1])[j];

Meta