Sourceror.compare_positions

You're seeing just the function compare_positions, go back to Sourceror module for more information.
Link to this function

compare_positions(left, right)

View Source

Specs

compare_positions(position(), position()) :: :gt | :eq | :lt

Compares two positions.

Returns :gt if the first position comes after the second one, and :lt for vice versa. If the two positions are equal, :eq is returned.

nil values for line or columns are strictly lesser than integer values.