packed abstract method

Position packed()

Returns a position instance whose coordinate storage contains only coordinate values represented by this position.

If this position is already "packed", then this is returned.

If this position has coordinate values in a subview of a large coordinate array, then the returned position has coordinate values in an array that is packed to contain only necessary values.

Implementation

Position packed();