Array of CodeRec
Source position: zipper.pp line 272
type CodeArray = array [0..TABLESIZE] of CodeRec;
Array definition for CodeRec
CodeRec
Small LZW compression helper type