SavedArgument

struct SavedArgument {
string name;
LimitedVariant value;
}

Meta