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

Code generation enhancement: Support ListFW.toArray(...) for builtin conversion to an array #72

Open
dknoma opened this issue Jun 10, 2019 · 0 comments

Comments

@dknoma
Copy link
Contributor

dknoma commented Jun 10, 2019

As of now it is cumbersome to get an array representation of a given ListFW.

The only workaround right now is to use ListFW.forEach() to add data from the ListFW to a List<...> and then using List.toArray().

This new method should allow for builtin functionality for conversion to an array based on ListFW's generic type parameter.

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

No branches or pull requests

1 participant