Skip to content

Commit 8ba055e

Browse files
Add table of contents to bit array article
1 parent 52896c8 commit 8ba055e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

blog/bit-array-syntax.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ for further reading, but the syntax isn't exactly the same as on Erlang, so ther
1313
some ambiguity as to how it exactly works. To make it easier, I wanted to write a
1414
comprehensive guide, to make it as easy as possible to understand how they work.
1515

16+
### Table of contents
17+
---
18+
- [The basics](#the-basics)
19+
- [Segment types](#segment-types)
20+
- [Segment size](#segment-size)
21+
- [Endianness](#endianness)
22+
- [Pattern Matching](#pattern-matching)
23+
- [Strings](#strings)
24+
- [Bits and Bytes](#bits-and-bytes)
25+
- [Signedness](#signedness)
26+
- [JavaScript support](#javascript-support)
27+
- [Example](#example)
28+
---
29+
1630
## The basics
1731

1832
Bit arrays are delimited by double angle brackets (`<<` and `>>`), and contain zero

0 commit comments

Comments
 (0)