backward_char


Description:

public bool backward_char ()

Moves backward by one character offset.

Returns true if movement was possible; if this was the first in the buffer (character offset 0), backward_char returns false for convenience when writing loops.

Parameters:

this

an iterator

Returns:

whether movement was possible