Warning: session_start(): open(/var/lib/php/sessions/sess_f75jlh4p8vsnb254ebm90gddo1, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid test_indexOfRangePredicate_IIntIntPred(int maxLength default 8) {
for (S word : allWordsOfAlphabet_maxLength(maxLength, "ft")) {
L l = map(characters(word), c -> c == 't');
assertEqualsVerbose(word, smartIndexOf(l, true),
indexOfRangePredicate_IIntIntPred(l(l), (i, j) -> any(subList(l, i, j))));
}
}