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

Missing details for bit array options #58

Closed
brettcannon opened this issue Mar 14, 2024 · 1 comment
Closed

Missing details for bit array options #58

brettcannon opened this issue Mar 14, 2024 · 1 comment

Comments

@brettcannon
Copy link
Contributor

This is a more generic response to #57 .

https://tour.gleam.run/data-types/bit-arrays/ lists various options, but they don't specify things like which ones require an argument (like size), ones that require more than just themselves (e.g. unit), how to change int to not be "a default size of 8 bits", etc.

The list is also missing:

  • utf8_codepoint
  • utf16_codepoint
  • utf32_codepoint
  • signed
  • unsigned
    based on the error message.
@lpil
Copy link
Member

lpil commented Mar 17, 2024

Thank you

@lpil lpil closed this as completed in f469549 Mar 17, 2024
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

2 participants