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