use canFind like such:
    bool a = canFind(strs,s) >= 1;

let the compiler figger out what the types of the parameter are.

Reply via email to