"Myron Alexander" <dprogramming at myron.RMVETHISalexander.com> wrote in message news:f0tona$38c$1 at digitalmars.com... > int opIn (char[] val) { > return true; > } Change it to opIn_r and it will work. (Personally I think the forward and reverse overloads should be switched, but whatever)