Skip to main content

concat_many

Function concat_many 

Source
pub fn concat_many<'scope, T, I>(
    scope: Scope<'scope, T>,
    edges: I,
) -> Collection<'scope, T, Column<(Row, T, Diff)>>
where T: RenderTimestamp, I: IntoIterator<Item = Collection<'scope, T, Column<(Row, T, Diff)>>>,
Expand description

Concatenates a collection of columnar edges.