pub fn string_join<O0: Into<Output>>( inputs: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StringJoin::new().build(inputs, scope).
StringJoin::new().build(inputs, scope)