gleam-lang / language-tour

👩🏽‍💻 Learn Gleam in your browser
https://tour.gleam.run/
82 stars 62 forks source link

Missing details for bit array options #58

Closed brettcannon closed 6 months ago

brettcannon commented 6 months ago

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:

lpil commented 6 months ago

Thank you