On Thursday, 9 January 2014 at 14:08:02 UTC, Manu wrote:
  string y = find(retro("Hello"), 'H');

import std.string;
auto idx = lastIndexOf("Hello", 'H');

Wow, that's unbelievable difficult. D sucks.

Reply via email to