Documentation ¶
Index ¶
Constants ¶
View Source
const ReservedCodes = 8
[math.MaxUint32 - ReservedCodes ... math.MaxUint32] are reserved special code.
Unknown is invalid code. Words must not contain Unknown code. Separator is The separetor. Users can use it for separated namespace in key. EOS is the end of string. Words must not contain EOS code.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Code ¶
type Code uint32
const ( Unknown Code = iota + math.MaxUint32 - ReservedCodes Separator EOS )
Click to show internal directories.
Click to hide internal directories.