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