You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since C doesn't have default arg values or keywords args, the arg lists are quite unwieldy.
I propose creating a struct to pass to these constructors. The struct could be initialized with named fields, and many could be omitted if the default values are zero.