Example #1
0
 public char CharAt(int idx)
 {
     return(CPP.ReturnChar("$q->at(idx).unicode()"));
 }