pub trait StringCharAt {
// Required method
fn char_at(&self, pos: Option<f64>) -> StringCharAtResult;
}Required Methods§
Sourcefn char_at(&self, pos: Option<f64>) -> StringCharAtResult
fn char_at(&self, pos: Option<f64>) -> StringCharAtResult
String.prototype.charAt ( pos )
https://tc39.es/ecma262/#sec-string.prototype.charat