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

Feature request: Unsigned integers #172

Open
Timple opened this issue Jan 19, 2024 · 0 comments
Open

Feature request: Unsigned integers #172

Timple opened this issue Jan 19, 2024 · 0 comments

Comments

@Timple
Copy link
Contributor

Timple commented Jan 19, 2024

Would it make sense to allow uint as a type, next to int?

It would reduce this:

    buttons:
      type: int_array
      validation:
        lower_element_bounds<>: 0

To this:

    buttons:
      type: uint_array

So internally it could do a sanity check on the sign and (for c++) cast to an uint32_t.

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