Param

Data for a parameter such as limits.

@safe
struct Param {
Check check;
Fuzz fuzz;
Condition condition;
Identifier identifier;
}

Meta