each

inline fun <E : Element, D, S : Selection<E, D>> S.each(crossinline action: E.(Arguments<D, E?>) -> Unit): S

See analogous d3 function.

Note that this serves triple-duty for d3 attr and d3 style due to strong typing and a lack of CSS, respectively.