forEach

abstract fun forEach(block: (anchor: T, position: Float) -> Unit)

Iterate over all the anchors and corresponding positions.

Parameters

block

The action to invoke with the anchor and position