import mir.test: should; assert(" hello world ".containsAny('w')); assert(!" hello world ".containsAny('W')); assert(" hello world ".containsAny('W', 'e')); assert(" hello world ".containsAny("We"));
See Implementation