StartsWithAlphaNum

Trait StartsWithAlphaNum 

Source
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

Required Methods§

Implementors§