token - sk-zk/md155 GitHub Wiki

A token is an 8-byte type which encodes a string of up to 12 characters from a limited character set. It is used throughout the Prism engine, e.g. as identifier for units or model variants.

Available characters are \0; 0-9; a-z; and _.

TODO: Explain converting from/to this type.

Here's a C# struct for this type.

⚠️ **GitHub.com Fallback** ⚠️