__count

Macro __count 

Source
macro_rules! __count {
    () => { ... };
    ($_: ident $($rest: ident)*) => { ... };
}
Expand description

Internal macro to get the JavaScript class length.