assertExists
- void assertExists(T[] haystack, T needle, string msg, string file, size_t line)
@safe pure
void
assertExists
- void assertExists(T[len] haystack, T needle, string msg, string file, size_t line)
- void assertExists(R haystack, T needle, string msg, string file, size_t line)
- void assertExistsInArray(T haystack, U needle, string msg, string file, size_t line)
Throws
aurorafw unit assertion
aliasesclassesfunctionstemplates
Asserts that the item exists inside the given array