Type Definition ted::cursor::Position [] [src]

type Position = (usize, Option<usize>);

The char index of the cursor and the selection start char index.