Aenigmatic wrote:
> Is typedef (in D) a C/C++ legacy or is the dear orphan now adopted as
> a first-class citizen in the US of D?

typedef in D is a new feature not found in C or C++.

The typedef from C/C++ has been renamed to alias and extended to
non-types in D.


-- 
Rainer Deyke - rain...@eldwood.com

Reply via email to