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

capacity may now be u16 #55

Open
perlindgren opened this issue Aug 20, 2021 · 0 comments
Open

capacity may now be u16 #55

perlindgren opened this issue Aug 20, 2021 · 0 comments

Comments

@perlindgren
Copy link
Contributor

In the current syntax, the capacity is limited to u8 (0..255). We can increase the flexibility by u16 (0..65535).

Pros: Increased flexibility.
Cons: None foreseen (besides the cost of implementing it).

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 a pull request may close this issue.

1 participant