Tom S wrote: > The "!" may be very common in modules > such as std.algorithm, but you won't see as many in the usual stuff, > like, most of Tango. Unfortunately, any code that uses strings (and wants to correctly handle all three character types) is required to use templates. So there's a lot more template code out there than there ought to be. --benji