Parameter.storage

Parameter storage classes. Initial value: [__traits(getParameterStorageClasses, fun, i)], where where fun is the refracted function and i is the position of the parameter.

struct Parameter
string[] storage;

Meta