Closed avamsi closed 1 year ago
At least NoArgs should be doable fairly easily.
We might be able to use singular args / arrays instead of slices for fixed length args.
Min / max args are more tricky -- maybe singular args / array (of min) and then a slice to cover for max (could be specified as a clifr directive)?
We now set ExactArgs(0) automatically. Other are still pending.
At least NoArgs should be doable fairly easily.
We might be able to use singular args / arrays instead of slices for fixed length args.
Min / max args are more tricky -- maybe singular args / array (of min) and then a slice to cover for max (could be specified as a clifr directive)?