fastForEachReverse

inline fun PointList.fastForEachReverse(block: (Point) -> Unit)
inline fun PointIntList.fastForEachReverse(block: (x: Int, y: Int) -> Unit)