Position

Denotes an object's position.

alias Position = Tuple!(int, "x", int, "y", int, "layer", Height, "height")

Meta