Unit 'Trees' Package
[Overview][Constants][Types][Procedures and functions][Index] [#paszlib]

ct_data

Declaration

Source position: trees.pas line 86

type ct_data = record

  fc: record

    case Byte of

      0: (

          freq: Word;

        );

      1: (

          code: Word;

        );

  end;

  dl: record

    case Byte of

      0: (

          dad: Word;

        );

      1: (

          len: Word;

        );

  end;

end;


Documentation generated on: 2023-03-18