buildstructor icon indicating copy to clipboard operation
buildstructor copied to clipboard

Special-case tuples into multiple arguments

Open typedrat opened this issue 9 months ago • 1 comments

Currently, if you have your constructor take a tuple argument, the builder function requires a tuple. I'm using that to represent multiple values that don't make sense to set independently, but it would be a little bit cleaner if the methods on the builder took multiple arguments, one for each member of the tuple, rather than a tuple itself.

typedrat avatar May 17 '24 23:05 typedrat