after(node:)

Insert the specified node into the DOM after this node (i.e. as a following sibling).

Node.swift:480
@discardableResult func after(node: Node) throws -> Node
<param>
<return>
<see>