Skip to content

Feature: use value classes when available #128

Description

@squid233

Is your feature request related to a problem? Please describe.

Currently, all types defined with C typedef are represented with primitive types and MemorySegment, which might be confusing when lots of ints or MemorySegments are required as method arguments.

Describe the solution you'd like

This issue proposes to use value classes to wrap types defined with typedef, making it friendlier for users.

Additional context

This feature requires Value Classes and Objects, currently not available.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

P4Low priorityenhenhancement: new feature or feature request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions