summaryrefslogtreecommitdiff
path: root/docs/type_system/buffer.md
blob: 5333cee496f94174603695a83f2e397f8a313f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Buffer

---

An sequence of bytes with unknown size and an encoding

```text
Buffer_encoding : Enum[.byte; .utf8; .utf16; .utf32]

Buffer[Buffer_encoding]
```

## Alias

```
String `alias Buffer[.utf8]
```