prev method

int prev(
  1. int col
)

Returns the previous tab stop before col.

Implementation

int prev(int col) => find(col, -1);