class Allegro::UString::Reader

Overview

Similar to Char::Reader which treats Allegro::UString instead of String

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(string : AllocatedUString, pos : Int = 0) #

def self.new(string : ConstUString, pos : Int = 0) #

Instance Method Detail

def current_char : Char #

def error : Error? #

def next_char #

def peek_next_char #

def pos : Int32 #

def pos=(index) #

def previous_char #