On Tuesday, 25 March 2014 at 11:54:25 UTC, Daniel Murphy wrote:
I just introduced one in my own code: if (s[0] != '/', s)
What is it supposed to do? Do you want to check that s is at least 1 character long? Otherwise it's a NOP, AFAICS.
On Tuesday, 25 March 2014 at 11:54:25 UTC, Daniel Murphy wrote:
I just introduced one in my own code: if (s[0] != '/', s)
What is it supposed to do? Do you want to check that s is at least 1 character long? Otherwise it's a NOP, AFAICS.