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
Is there is a way to convert an array into variable args? I think the size would have to be known at compile time, but an array could work in this case.
The text was updated successfully, but these errors were encountered:
Looking through the source code, I found examples like this where variable args are passed in as variable args.
Is there is a way to convert an array into variable args? I think the size would have to be known at compile time, but an array could work in this case.
The text was updated successfully, but these errors were encountered: