design: Remove description of NIL value

This commit is contained in:
Sasha Koshka 2025-05-31 06:18:03 -04:00
parent c4a985f622
commit 99392d50fc

View File

@ -63,10 +63,6 @@ in detail in the following sections.
| 6 | 110 | KTV | Key-tag-value table | 6 | 110 | KTV | Key-tag-value table
| 7 | 111 | N/A | Reserved | 7 | 111 | N/A | Reserved
#### No Value (NIL)
NIL is used to encode the absence of a value where there would otherwise be one.
The CN of a NIL is ignored. It has no payload.
#### Small Integer (SI) #### Small Integer (SI)
SI encodes an integer of up to 5 bits, which are stored in the CN. It has no SI encodes an integer of up to 5 bits, which are stored in the CN. It has no
payload. Whether the bits are interpreted as unsigned or as signed two's payload. Whether the bits are interpreted as unsigned or as signed two's