Why does std.string.munch take a string ref?

Sean Kelly via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 11 13:27:40 PDT 2014


It's the only function in std.string that takes a string by ref 
instead of by value, and this screws up call chaining.  What's 
the reason for this?


More information about the Digitalmars-d mailing list