assertContains

Asserts that the array contains the given slice

@safe pure
void
assertContains
(
T
)
(
T[] array
,
T[] slice
,
lazy string msg = null
,
string file = __FILE__
,
size_t line = __LINE__
)

Throws

AssertException otherwise

Meta