Text race history for ArifAli (testingyu)
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 |
84 |
2023-12-07 06:13:20 |
44.97 |
94.4% |
65 |
2023-12-06 08:08:56 |
38.95 |
93.6% |