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

Question. Function with multiple arguments. #76

Open
tpoxa opened this issue Sep 18, 2024 · 1 comment
Open

Question. Function with multiple arguments. #76

tpoxa opened this issue Sep 18, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@tpoxa
Copy link

tpoxa commented Sep 18, 2024

I wanted to implement something like split(str, ":") but not sure how to do that. It seems all functions support only one argument.

@spyzhov spyzhov added enhancement New feature or request question Further information is requested labels Sep 18, 2024
@spyzhov
Copy link
Owner

spyzhov commented Sep 18, 2024

Hello! Yes, at the moment it's always required to be only one argument. I will think of adding the possibility of having any number of arguments there, but it will be hard to avoid reflection or generics here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants