next method

int next(
  1. int col
)

Returns the next tab stop after col.

Implementation

int next(int col) => find(col, 1);