Text race history for KEN (kent_type)
Back to text analysis page
template bool all(Args ...args) { return (... && args); } bool b = all(true, true, true, false); // Within the instantiation of all, the returned expression expands to ((true && true) && true) && false, which evaluates to false.
Game |
Time |
WPM |
Accuracy |
41 |
2023-12-06 13:27:14 |
43.44 |
93.4% |