UniquePosition

Unique values for locating an object in the 3D space.

alias UniquePosition = Tuple!(int, "x", int, "y", int, "layer")

Meta