UTF8Impl.t ->
object
method consume : unit
method consume_all : UTF8Impl.t
method consume_char : UCharImpl.t
method consume_only : UCharImpl.t -> unit
method consume_until : UCharImpl.t -> UTF8Impl.t
method consume_until_list : UCharImpl.t list -> UTF8Impl.t
method consume_whitespace : unit
method is_available : bool
method look_ahead : UCharImpl.t -> bool
method look_ahead_list : UCharImpl.t list -> bool
method peek : UCharImpl.t
end