num_interned

Function num_interned 

Source
pub fn num_interned<T: Staticize>() -> usize
Expand description

Returns the number of items currently interned by Interned on the current thread for the specified type T. This is useful for testing and debugging.