import std.traits. std.string;

H. S. Teoh hsteoh at quickfur.ath.cx
Sat Jun 16 00:34:01 UTC 2018


On Sat, Jun 16, 2018 at 12:24:42AM +0000, DigitalDesigns via Digitalmars-d wrote:
> space is ignored! Seems like a bug std . traits . std . string is valid?

It's not a bug.  The '.' is the member-access operator, and like all
other operators, is allowed to be surrounded by spaces. (Even though
most people don't write it that way.)


T

-- 
People walk. Computers run.


More information about the Digitalmars-d mailing list