Skip to content

Instantly share code, notes, and snippets.

@Porges
Last active August 29, 2015 14:19
Show Gist options
  • Save Porges/931b21e0a211a500fb39 to your computer and use it in GitHub Desktop.
Save Porges/931b21e0a211a500fb39 to your computer and use it in GitHub Desktop.
internal struct TableIndex
{
public readonly byte Value;
public TableIndex(byte value)
{
Value = value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment