https://issues.dlang.org/show_bug.cgi?id=17525
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- skipOver returns a bool value and so do startsWith and endsWith, so you can't equal with "value". But I think that adding an overload to support the construction: auto s = "\tvalue"; assert(s.skipOver!isWhite && s.equals("value")); is useful and offers consistency. --
