borrowed ast and default builtin types to immutable - String -> Box<str> etc
youknowone opened this issue · 1 comments
youknowone commented
borrowed ast and default builtin types to immutable - String -> Box etc
MichaReiser commented
An alternative to this is that we could try using compact_str
to avoid allocating for strings shorter than 24 bytes.