Why does phobos have collisions?

Dukc via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 7 07:44:19 PDT 2017


On Wednesday, 7 June 2017 at 10:01:30 UTC, Mike B Johnson wrote:
> template std.algorithm.mutation.strip cannot deduce function 
> from argument types !()(string)

Judging by that you correctly passed a string to strip, but did 
not specify what to strip from it. You can either specify an 
example of characters you want to strip off, or an alias 
predicate which judges whether an element should go.




More information about the Digitalmars-d mailing list