Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 241 Bytes

ADR.org

File metadata and controls

5 lines (5 loc) · 241 Bytes

ADR

Types

Primitives

We treat unsigned types like signed ones and thus we have a single type for both of them. Also, encoding always encodes as signed types, but decoding decodes both signed and unsigned ones to a signed type.