Trait swc_ecma_codegen::util::StartsWithAlphaNum[][src]

pub trait StartsWithAlphaNum {
    fn starts_with_alpha_num(&self) -> bool;
}
Expand description

Leftmost recursion

Required methods

Implementations on Foreign Types

Implementors