Returns $(D_KEYWORD true) if the array contains the given pattern.
the array to check if it contains the element
the pattern whose presence in the array is to be tested
$(D_KEYWORD true) if the array contains the given pattern
See Implementation
Returns $(D_KEYWORD true) if the array contains the given pattern.