pub fn interp(parts: &[Value]) -> Value
String interpolation ("a {b} c") — join each part’s display form, the same text bark/str would show, into one Str. Always succeeds.
"a {b} c"
bark
str