On Thursday, 22 October 2020 at 21:55:59 UTC, Jack Applegame wrote: > Now we can use type Foo as if it were an lvalue/rvalue: > >> Foo = 5; >> int a = Foo; >> int b = Foo + a; Haha, that's pretty neat!