Skip to content

Conversation

@gucio321
Copy link
Collaborator

reasons?
Theoritically speaking we have absolutly no way to determine whether the XXX* c type should
be treat as slice or a pointer in go.
Technically, it is much easier to convert slice to pointer (&(mySlice[0])) than pointer to slice.

reasons?
Theoritically speaking we have absolutly no way to determine whether the XXX* c type should
be treat as slice or a pointer in go.
Technically, it is much easier to convert slice to pointer (&(mySlice[0])) than pointer to slice.
@gucio321 gucio321 merged commit 278c7b5 into AllenDang:main Oct 27, 2024
2 checks passed
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.

1 participant