FixedUint encodes fixed-width NegInt values. This is used by the encoder for the purpose of embedding integrals in document shapes. Decode will never return values of this type.
| 208 | // This is used by the encoder for the purpose of embedding integrals in |
| 209 | // document shapes. Decode will never return values of this type. |
| 210 | type EncodeFixedNegInt uint64 |
| 211 | |
| 212 | func (EncodeFixedNegInt) len() int { return 9 } |
| 213 |