BYTES_PER_WORD

Bytes per each word.

A word is a ushort, so each word has 2 bytes.

enum BYTES_PER_WORD = 2;

Meta