Why does std.string.munch take a string ref?
Sean Kelly via Digitalmars-d Wed, 11 Jun 2014 13:31:34 -0700
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?
- Why does std.string.munch take a string... Sean Kelly via Digitalmars-d
- Re: Why does std.string.munch take... w0rp via Digitalmars-d
- Re: Why does std.string.munch ... Sean Kelly via Digitalmars-d
- Re: Why does std.string.mu... monarch_dodra via Digitalmars-d
- Re: Why does std.strin... Sean Kelly via Digitalmars-d
- Re: Why does std.string.munch take... Jonathan M Davis via Digitalmars-d
