const cacc: SearchFunc = function (a: string, b: string): boolean { return !!(a + b); };