fastForEach

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