Skip to main content

interp

Function interp 

Source
pub fn interp(parts: &[Value]) -> Value
Expand description

String interpolation ("a {b} c") — join each part’s display form, the same text bark/str would show, into one Str. Always succeeds.