C++
typedef DynamicArray<Integer> TIntegerDynArray;
Is a dynamic array of Integer.
TIntegerDynArray is a dynamic array with Integer elements.