u_append

Function u_append 

Source
pub fn u_append<C: Cost>(x: Doc<C>, y: Doc<C>) -> Doc<C>
Expand description

Concatenates two documents horizontally.

To combine an iterator of documents, use concat().

Equivalent to x & y. See Doc::bitand for more details.