use canFind like such:
bool a = canFind(strs,s) >= 1;let the compiler figger out what the types of the parameter are.
Robert burner Schadek via Digitalmars-d-learn Thu, 08 Jan 2015 07:22:33 -0800
use canFind like such:
bool a = canFind(strs,s) >= 1;let the compiler figger out what the types of the parameter are.