From f4695499a9850bdec6570b226bd8f30e5446ddc7 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 17 Mar 2024 17:06:18 +0000 Subject: More info on bit arrays Closes https://github.com/gleam-lang/language-tour/issues/58 --- .../chapter3_data_types/lesson08_bit_arrays/en.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/content/chapter3_data_types/lesson08_bit_arrays/en.html b/src/content/chapter3_data_types/lesson08_bit_arrays/en.html index cd6733a..8b92335 100644 --- a/src/content/chapter3_data_types/lesson08_bit_arrays/en.html +++ b/src/content/chapter3_data_types/lesson08_bit_arrays/en.html @@ -8,7 +8,10 @@

+

+ Multiple options can be given to a segment by separating each with a dash: + x:unsigned-little-size(2). +

Bit arrays have limited support when compiling to JavaScript, not all options can be used. Full bit array support will be implemented in the future.

+

+ For more information on bit arrays see the + Erlang bit syntax documentation. +

-- cgit v1.2.3