# Functions
GenClientID generates a new Client ID.
GenEntityID generates a new EntityID.
Hash return hash of the given data.
MustEntityID assures a string to be EntityID.
# Constants
CLIENTID_LENGTH is the length of Client IDs.
ENTITYID_LENGTH is the length of Entity IDs.
# Type aliases
ClientID type.
EntityID type.
EntityIDSet is the data structure for a set of entity IDs.
StringList is a list of string (slice).
StringSet is a set of strings.