Text race history for Tara (tarabryn)

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
57 2023-12-07 04:40:50 49.78 97.1%
55 2023-12-07 04:38:16 47.69 97.9%
36 2023-12-06 23:05:42 46.05 96.9%
27 2023-12-06 20:03:52 39.88 97.2%
24 2023-12-06 19:57:06 36.79 96.5%