This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Chris Blume
programmax.net
did:plc:ok2kadkcdv2er76bs6x3tdac
Fun fact:
You *CAN* do this:
auto baz() { ... }
class Foo { decltype(baz) bar = baz(); }
That is more explicit about what the type is, regardless of the default initializer.
So what I want is the default initializer to be able to instruct 'auto', even when it isn't used.
2026-02-22T20:30:26.757Z