class IDL::Type::Char

def next(val)

def next(val)
  val < self.max ? val + 1 : self.min
end