Optionals
Optionals are a good way of ensuring that no excessive data is stored as binary.
They are encoded as:
0
givenvalue === undefined
.1 encoded(value)
givenvalue !== undefined
.
Optionals are a good way of ensuring that no excessive data is stored as binary.
They are encoded as:
0
given value === undefined
.1 encoded(value)
given value !== undefined
.