Elegant way to test if members of array A are present in array B?

KnightMare black80 at bk.ru
Tue Jun 11 18:42:42 UTC 2019


On Tuesday, 11 June 2019 at 18:39:38 UTC, KnightMare wrote:
> probably strstr 
> https://dlang.org/library/core/stdc/string/strstr.html 
> implemented over it. there is a tendency to remove dependency 
> from C-runtime.

*FIX*
strpbrk
https://dlang.org/phobos/core_stdc_string.html#.strpbrk


More information about the Digitalmars-d-learn mailing list