Structs§
- Join
Builder - Builder struct to specify separator, suffix and prefix of the join operation.
Functions§
- join
- Joins an interable of
fmt::Display
items to stirng. Returns a builder struct to specify custom prefix (defaults to""
), suffix (defaults to""
), separator (defaults to", "
), and destination (either a freshString
, or an existing&mut String
buffer).