type=class
superclass=Object
included=
extended=
library=dl.types
aliases=
aliasof=

型の定義を保持するオブジェクトのクラスです。

=== 型を定義する

  ["alias name", "type name",
   encoding_method, decoding_method,   # for function prototypes
   encoding_method, decoding_method]   # for structures (not implemented)

という形式の配列を内部に持ちます。エイリアス名と実際の型、エンコーディング、
デコーディングの方法を定義します。DL::Types::TYPES はデフォルトで持って
いる定義です。
