GraphMine

util-math / io.github.sof3.graphmine.util.math / IntVector3Range / with

with

infix fun with(order: IterationOrder): Iterable<IntVector3>

Specifies the iteration order before using as an iterable.

Example ues: for(vector in range with IterationOrder.ZXY) { ... }