A Position implementation which ignores errors in the positions.
Returns the column number of the encoded position.
Encodes a position into a single integer.
Returns the line number of the encoded position.
Returns a string representation of the encoded position.
Number of bits used to encode the column number
Mask to decode the column number
Number of bits used to encode the line number
Mask to decode the line number