pub trait StartsWithAlphaNum {
// Required method
fn starts_with_alpha_num(&self) -> bool;
}Available on crate features
__ecma and ecma_codegen only.Expand description
Leftmost recursion
pub trait StartsWithAlphaNum {
// Required method
fn starts_with_alpha_num(&self) -> bool;
}__ecma and ecma_codegen only.Leftmost recursion