pub const LOWERED_CONCAT: &str = "concat";Expand description
The callee string interpolation lowers to.
blue’s own concat, which renders either side through to_s — that is what
lets "n=#{42}" interpolate a number. Not +, which is arithmetic.