Function elmesque::element::flow
[−]
[src]
pub fn flow(dir: Direction, elements: Vec<Element>) -> Element
Have a list of elements flow in a particular direction. The Direction
starts from the first
element in the list. The result is an Element
.