How Austral’s Linear Type Checker Works
borretti.me2 pointsby ifreund0 comments
var tuple_params = html.create("{[foo]} ... {[bar]} ... {[observable]}", .{
.foo = a,
.bar = b+c,
.observable = observable,
});
It's verbose and explicit to be sure, but quite readable IMO.