Silently consume N chars.
int $count:
public function consume($count = 1) { $this->char += $count; }