containsPattern

Returns whether or not the provided array contains an instance of the given match

bool
containsPattern
(
T
)
(
const(T)[] source
,
const(T)[] match
)

Meta