StaticString as keys in **kwargs

Hi, would it be possible to use StaticString instead of String as the key type when using **kwargs? This would make it easier to create lists of ConstantMemoryMapping among other things.

1 Like

Or, I guess using String might make more sense when Mojo gets dict unpacking like foo(**kwarg). I assume statically assigned names e.g. foo(x=1, y=2, z=3) could be parametric in the future.