Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve varargs/variadics docs #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rukai
Copy link
Contributor

@rukai rukai commented Jul 9, 2024

closes #123

This PR does two important things:

  • includes the word varargs in the docs, which is the actual term used by java, and the term that I searched for in the readme. When I found no results for varargs in the readme I incorrectly concluded that j4rs did not support varargs.
  • Describes in words that varargs is supported by passing in an array. I am not very experienced in java so I did not know this and didnt realize thats what the example given was doing. A written description would have cleared up my confusion a lot sooner, so I've added one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

varargs support
1 participant