final class Coord
extends AnyVal

The coordinate of a symbol. This is either an index or a zero-range position.

Constructors

Coord ( encoding: Int )

Members

val encoding : Int
def isIndex : Boolean
def isPosition : Boolean
def toIndex : Int
def toPosition : Position