Warning: session_start(): open(/var/lib/php/sessions/sess_oak3naj6jh1m5jeagrf8dr3ad9, 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(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(l(l), (i, j) -> any(subList(l, i, j)))); } }