davidl wrote: > > I noticed object.d alias string as invariant(char)[] > > But it's a bad choice of the name. string causes a lot name collision in > my app. > And as a type. with first char capitalized is a much better choice!! > Primitives get lower-case identifiers. That's all there is to it.