Contents

forEach(_:)

Calls body with each element in the path.

Declaration

func forEach(_ body: (Path.Element) -> Void)

See Also

Operating over path elements