is this a typographical bug?
WhatMeWorry via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Aug 30 10:25:38 PDT 2016
Error: module std.string import 'removeChars' not found, did you
mean template 'removechars(S)(S s, in S pattern) if
(isSomeString!S)'?
Shouldn't it be removeChars? All the other library calls seem to
be camelCased. Should i not bother to open a change request
because this would cause too much existing code to break? Maybe
they could add removeChars in addition to leaving removechars?
I lost a whole 90 seconds trying to debug this :)
More information about the Digitalmars-d-learn
mailing list