interleaved
fun interleaved(nodes: List<Any>, block: (DotWriter.AttributeWriter) -> Unit?)
Content copied to clipboard
Emit interleaved nodes and edges. If no nodes are specified, then do nothing.
Parameters
nodes
The nodes.
block
The lambda to apply to generate the edges' attributes.
Throws
If emission fails.