Text race history for Afzal (afzal_ansari)

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
371 2023-12-04 19:07:22 27.18 92.6%