Replies: 2 comments 1 reply
-
|
If a reference to a reference to a char is needed, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
After thinking about it some more and playing around, a viable vlang solution is to use:
array type is Only a minor adjustment is needed to get this to work in the translated function used as an example above. As function example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is vlang using
&&charand not[]stringor a conversion from[]stringto&&charfunction in bindings? V's doc states its for interoperability, with no elaboration on usage. In the raylib and raygui bindings, for example, other languages use the equivalent of[]stringin their user facing public functions.Beta Was this translation helpful? Give feedback.
All reactions