pub trait StringCharCodeAt {
// Required method
fn char_code_at(&self, index: Option<f64>) -> Option<u32>;
}
Required Methods§
Sourcefn char_code_at(&self, index: Option<f64>) -> Option<u32>
fn char_code_at(&self, index: Option<f64>) -> Option<u32>
String.prototype.charCodeAt ( pos )
https://tc39.es/ecma262/#sec-string.prototype.charcodeat