i've container hashmap<TKEY,TVALUE>, vector<T> , point<T>;
but my algorithm need like this
generic aTree<T>=class
type
TPOINT=specialize point<T>;
TVEC=specialize vector<TPOINT>;
TTREEMAP=specialize hashmap<string,TVEC>; <--Error
it shows Error: Generics cannot be used as parameters when specializing generics