C++
typedef DynamicArray<Smallint> TSmallIntDynArray;
SmallInt の動的配列です。
TSmallIntDynArray は、SmallInt を要素に持つ動的配列です。