I suspect the answer is ‘no’, but is current Julia able to constant-propagate kwargs? In other words, is it possible to make the following infer in some way while preserving the kwarg?
Nice! Which probably means that constant propagation could in principle be made to work also on kwargs, no? (I say this because I vaguely recall reading that kwargs work with named tuples internally, but I might be wrong)