John Reimer wrote: > It's safer/easier to use "alias" when converting from C typedef. typedef > are so type safe that they cause tons of problems when creating a D > interface to C code. For strict D use, of course, typedef's are great. Yeah, I use "alias" when converting any C typedef just to be safe. Lucas