pub fn num_interned<T: Staticize>() -> usize
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.
Interned
T